org.apache.ws.jaxme.sqls.oracle

Class OraColumnReferenceImpl

Implemented Interfaces:
ColumnReference, OraColumnReference

public class OraColumnReferenceImpl
extends ColumnReferenceImpl
implements OraColumnReference

Default implementation of OraColumnReference.

Method Summary

boolean
isPrior()
Returns, whether the column reference has the PRIOR attribute set.
void
setPrior(boolean pPrior)
Sets, whether the column reference has the PRIOR attribute set.

Methods inherited from class org.apache.ws.jaxme.sqls.impl.ColumnReferenceImpl

equals, getAlias, getColumn, getTableReference, hashCode, setAlias, setAlias

Method Details

isPrior

public boolean isPrior()
Returns, whether the column reference has the PRIOR attribute set. This attribute is required for the CONNECT BY clause.
Specified by:
isPrior in interface 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.
Specified by:
setPrior in interface OraColumnReference