public class OraColumnReferenceImpl extends ColumnReferenceImpl implements OraColumnReference
OraColumnReference.| Modifier and Type | Method and Description |
|---|---|
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.
|
equals, getAlias, getColumn, getTableReference, hashCode, setAlias, setAliasclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAlias, getColumn, getTableReference, setAlias, setAliaspublic boolean isPrior()
OraColumnReferenceisPrior in interface OraColumnReferenceOraSelectStatement.getConnectBy(),
OraColumnReference.setPrior(boolean)public void setPrior(boolean pPrior)
OraColumnReferencesetPrior in interface OraColumnReferenceOraSelectStatement.getConnectBy(),
OraColumnReference.isPrior()