org.apache.ws.jaxme.sqls.oracle
Class OraSelectStatementImpl.OraOrderColumnImpl

java.lang.Object
  extended by org.apache.ws.jaxme.sqls.impl.SelectStatementImpl.OrderColumnImpl
      extended by org.apache.ws.jaxme.sqls.oracle.OraSelectStatementImpl.OraOrderColumnImpl
All Implemented Interfaces:
OraSelectStatement.OraOrderColumn, SelectStatement.OrderColumn
Enclosing class:
OraSelectStatementImpl

public static class OraSelectStatementImpl.OraOrderColumnImpl
extends SelectStatementImpl.OrderColumnImpl
implements OraSelectStatement.OraOrderColumn

Default implementation of OraSelectStatement.OraOrderColumn.


Constructor Summary
OraSelectStatementImpl.OraOrderColumnImpl(java.lang.Object pObject, boolean pDescending, boolean pNullsFirst)
          Creates a new instance with the given values for SelectStatement.OrderColumn.getColumn(), SelectStatement.OrderColumn.isDescending(), and OraSelectStatement.OraOrderColumn.isNullsFirst().
 
Method Summary
 boolean isNullsFirst()
          Returns, whether nulls should appear first or last.
 
Methods inherited from class org.apache.ws.jaxme.sqls.impl.SelectStatementImpl.OrderColumnImpl
getColumn, isDescending
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.ws.jaxme.sqls.SelectStatement.OrderColumn
getColumn, isDescending
 

Constructor Detail

OraSelectStatementImpl.OraOrderColumnImpl

public OraSelectStatementImpl.OraOrderColumnImpl(java.lang.Object pObject,
                                                 boolean pDescending,
                                                 boolean pNullsFirst)
Creates a new instance with the given values for SelectStatement.OrderColumn.getColumn(), SelectStatement.OrderColumn.isDescending(), and OraSelectStatement.OraOrderColumn.isNullsFirst().

Method Detail

isNullsFirst

public boolean isNullsFirst()
Description copied from interface: OraSelectStatement.OraOrderColumn
Returns, whether nulls should appear first or last.

Specified by:
isNullsFirst in interface OraSelectStatement.OraOrderColumn