org.apache.ws.jaxme.sqls.impl

Class SelectTableReferenceImpl

public class SelectTableReferenceImpl extends TableReferenceImpl implements SelectTableReference

Author: Jochen Wiedmann

Constructor Summary
SelectTableReferenceImpl(SelectStatement pStatement, Table pTable)

Creates a new instance of SelectTableReferenceImpl referencing the given SelectStatement.

Method Summary
JoinReferencegetRightJoinedTableReference()
SelectStatementgetSelectStatement()
JoinReferencejoin(Table pTable)
JoinReferenceleftOuterJoin(Table pTable)

Constructor Detail

SelectTableReferenceImpl

public SelectTableReferenceImpl(SelectStatement pStatement, Table pTable)

Creates a new instance of SelectTableReferenceImpl referencing the given SelectStatement.

Method Detail

getRightJoinedTableReference

public JoinReference getRightJoinedTableReference()

getSelectStatement

public SelectStatement getSelectStatement()

join

public JoinReference join(Table pTable)

leftOuterJoin

public JoinReference leftOuterJoin(Table pTable)