org.apache.ws.jaxme.sqls.oracle

Class OraSelectStatementImpl

public class OraSelectStatementImpl extends SelectStatementImpl implements OraSelectStatement

Author: Jochen Wiedmann

Nested Class Summary
static classOraSelectStatementImpl.OraOrderColumnImpl
Default implementation of OraOrderColumn.
Constructor Summary
OraSelectStatementImpl(SQLFactory pFactory)
Creates a new instance with the given object factory.
Method Summary
voidaddOrderColumn(Object pObject, boolean pDescending, boolean pNullsFirst)
CombinedConstraintgetConnectBy()
CombinedConstraintgetStartWith()

Constructor Detail

OraSelectStatementImpl

public OraSelectStatementImpl(SQLFactory pFactory)
Creates a new instance with the given object factory.

Method Detail

addOrderColumn

public void addOrderColumn(Object pObject, boolean pDescending, boolean pNullsFirst)

getConnectBy

public CombinedConstraint getConnectBy()

getStartWith

public CombinedConstraint getStartWith()