| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface JoinReferenceextends SelectTableReferenceMethod Summary | |
SelectTableReference |
|
CombinedConstraint |
|
boolean |
|
boolean |
|
Methods inherited from interface org.apache.ws.jaxme.sqls.SelectTableReference | |
getRightJoinedTableReference, getSelectStatement, join, leftOuterJoin | |
Methods inherited from interface org.apache.ws.jaxme.sqls.TableReference | |
getAlias, getStatement, getTable, newColumnReference, newColumnReference, newColumnReference, setAlias, setAlias | |
public SelectTableReference getLeftJoinedTableReference()
If this is a left join or a left outer join: Returns the joins left table.
public CombinedConstraint getOn()
Returns the references ON condition, if any. The method result is a combined constraint withCombinedConstraint.getType()==CombinedConstraint.Type.AND.
public boolean isJoin()
Returns whether this is a left join, as created bySelectTableReference.join(Table).
public boolean isLeftOuterJoin()
Returns whether this is a left outer join, as created bySelectTableReference.leftOuterJoin(Table).