org.apache.ws.jaxme.sqls.impl
public class JoinReferenceImpl extends SelectTableReferenceImpl implements JoinReference
Constructor Summary | |
---|---|
protected | JoinReferenceImpl(SelectTableReference pLeftTableReference, Table pRightTable, boolean pOuterJoin) Creates a new instance of JoinReferenceImpl. |
Method Summary | |
---|---|
SelectTableReference | getLeftJoinedTableReference() |
CombinedConstraint | getOn() |
boolean | isJoin() |
boolean | isLeftOuterJoin() |
Creates a new instance of JoinReferenceImpl.