org.apache.ws.jaxme.sqls.oracle
Interface OraColumnReference
public
interface
OraColumnReference
extends ColumnReference
An extension of {@link org.apache.ws.jaxme.sqls.ColumnReference}
supporting the {@link #isPrior()} clause.
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. |
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
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