org.apache.ws.jaxme.sqls.oracle

Interface OraColumnReference

public interface OraColumnReference extends ColumnReference

An extension of ColumnReference supporting the isPrior clause.
Method Summary
booleanisPrior()
Returns, whether the column reference has the PRIOR attribute set.
voidsetPrior(boolean pPrior)
Sets, whether the column reference has the PRIOR attribute set.

Method Detail

isPrior

public boolean isPrior()
Returns, whether the column reference has the PRIOR attribute set. This attribute is required for the CONNECT BY clause.

See Also: getConnectBy OraColumnReference

setPrior

public void setPrior(boolean pPrior)
Sets, whether the column reference has the PRIOR attribute set. This attribute is required for the CONNECT BY clause.

See Also: getConnectBy isPrior