public interface OrderByClause extends org.atp.api.Typeable<OrderByClause>
ORDER BY clause of SELECT statement.| Modifier and Type | Method and Description |
|---|---|
List<SortSpecification> |
getOrderingColumns()
Returns the ordering columns of this
ORDER BY clause. |
List<SortSpecification> getOrderingColumns()
ORDER BY clause.ORDER BY clause.Copyright © 2010-2012. All Rights Reserved.