org.apache.ws.jaxme.sqls.oracle
Interface OraColumnReference
- ColumnReference
- OraColumnReferenceImpl
public interface OraColumnReference
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.
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.