|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SelectTableReference | |
| net.sf.jaxme.sqls | |
| net.sf.jaxme.sqls.impl | |
| Uses of SelectTableReference in net.sf.jaxme.sqls |
| Subinterfaces of SelectTableReference in net.sf.jaxme.sqls | |
interface |
JoinReference
This interface allows to specify join constraints. |
| Methods in net.sf.jaxme.sqls that return SelectTableReference | |
SelectTableReference |
SelectStatement.getSelectTableReference()
Shortcut for (SelectTableReference) getTable(). |
SelectTableReference |
JoinReference.getLeftJoinedTableReference()
If this is a left join or a left outer join: Returns the joins left table. |
| Uses of SelectTableReference in net.sf.jaxme.sqls.impl |
| Classes in net.sf.jaxme.sqls.impl that implement SelectTableReference | |
class |
JoinReferenceImpl
|
class |
SelectTableReferenceImpl
|
| Methods in net.sf.jaxme.sqls.impl that return SelectTableReference | |
SelectTableReference |
SelectStatementImpl.getSelectTableReference()
|
SelectTableReference |
JoinReferenceImpl.getLeftJoinedTableReference()
|
| Constructors in net.sf.jaxme.sqls.impl with parameters of type SelectTableReference | |
JoinReferenceImpl(SelectTableReference pLeftTableReference,
Table pRightTable,
boolean pOuterJoin)
Creates a new instance of JoinReferenceImpl. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||