org.apache.ws.jaxme.sqls.impl

Class JoinReferenceImpl

public class JoinReferenceImpl extends SelectTableReferenceImpl implements JoinReference

Author: Jochen Wiedmann

Constructor Summary
protected JoinReferenceImpl(SelectTableReference pLeftTableReference, Table pRightTable, boolean pOuterJoin)

Creates a new instance of JoinReferenceImpl.

Method Summary
SelectTableReferencegetLeftJoinedTableReference()
CombinedConstraintgetOn()
booleanisJoin()
booleanisLeftOuterJoin()

Constructor Detail

JoinReferenceImpl

protected JoinReferenceImpl(SelectTableReference pLeftTableReference, Table pRightTable, boolean pOuterJoin)

Creates a new instance of JoinReferenceImpl.

Method Detail

getLeftJoinedTableReference

public SelectTableReference getLeftJoinedTableReference()

getOn

public CombinedConstraint getOn()

isJoin

public boolean isJoin()

isLeftOuterJoin

public boolean isLeftOuterJoin()