org.apache.ws.jaxme.sqls.oracle
Class OraColumnReferenceImpl

java.lang.Object
  extended by org.apache.ws.jaxme.sqls.impl.ColumnReferenceImpl
      extended by org.apache.ws.jaxme.sqls.oracle.OraColumnReferenceImpl
All 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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.ws.jaxme.sqls.ColumnReference
getAlias, getColumn, getTableReference, setAlias, setAlias
 

Method Detail

isPrior

public boolean isPrior()
Description copied from interface: OraColumnReference
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
See Also:
OraSelectStatement.getConnectBy(), OraColumnReference.setPrior(boolean)

setPrior

public void setPrior(boolean pPrior)
Description copied from interface: OraColumnReference
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
See Also:
OraSelectStatement.getConnectBy(), OraColumnReference.isPrior()