org.apache.ws.jaxme.sqls.oracle
Class OraColumnReferenceImpl
- ColumnReference, OraColumnReference
public class OraColumnReferenceImpl
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.
|
isPrior
public boolean isPrior()
Returns, whether the column reference has the
PRIOR attribute set. This attribute is required for
the CONNECT BY clause.
- 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.
- setPrior in interface OraColumnReference