public interface SortSpecification extends org.atp.api.Typeable<SortSpecification>
ORDER BY clause.| Modifier and Type | Method and Description |
|---|---|
Ordering |
getOrderingSpecification()
Returns the
Ordering of this sort specification. |
ValueExpression |
getValueExpression()
The value expression, which may be a column reference, for example.
|
Ordering getOrderingSpecification()
Ordering of this sort specification.Ordering of this sort specification.ValueExpression getValueExpression()
Copyright © 2010-2012. All Rights Reserved.