org.apache.ws.jaxme.sqls.impl
public class SelectTableReferenceImpl extends TableReferenceImpl implements SelectTableReference
Constructor Summary | |
---|---|
SelectTableReferenceImpl(SelectStatement pStatement, Table pTable) Creates a new instance of SelectTableReferenceImpl referencing the given {@link SelectStatement}. |
Method Summary | |
---|---|
JoinReference | getRightJoinedTableReference() |
SelectStatement | getSelectStatement() |
JoinReference | join(Table pTable) |
JoinReference | leftOuterJoin(Table pTable) |
Creates a new instance of SelectTableReferenceImpl referencing the given {@link SelectStatement}.