org.apache.ws.jaxme.sqls.oracle

Class OraSelectStatementImpl.OraOrderColumnImpl

Enclosing Class:
OraSelectStatementImpl
Implemented Interfaces:
OraOrderColumn, SelectStatement.OrderColumn

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

Default implementation of OraSelectStatement.OraOrderColumn.

Constructor Summary

OraOrderColumnImpl(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()

Methods inherited from class org.apache.ws.jaxme.sqls.impl.SelectStatementImpl.OrderColumnImpl

getColumn, isDescending

Constructor Details

OraOrderColumnImpl

public OraOrderColumnImpl(Object pObject,
                          boolean pDescending,
                          boolean pNullsFirst)

Method Details

isNullsFirst

public boolean isNullsFirst()