org.sql.generation.api.grammar.query
Interface SortSpecification

All Superinterfaces:
org.atp.api.Typeable<SortSpecification>

public interface SortSpecification
extends org.atp.api.Typeable<SortSpecification>

This syntax element represents the sort specification used in ORDER BY clause.

Author:
Stanislav Muhametsin

Method Summary
 Ordering getOrderingSpecification()
          Returns the Ordering of this sort specification.
 ValueExpression getValueExpression()
          The value expression, which may be a column reference, for example.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getOrderingSpecification

Ordering getOrderingSpecification()
Returns the Ordering of this sort specification.

Returns:
The Ordering of this sort specification.

getValueExpression

ValueExpression getValueExpression()
The value expression, which may be a column reference, for example.

Returns:
The value expression of this sort specification.


Copyright © 2010-2012. All Rights Reserved.