com.im.commons.db.dml
Class SortColumn
java.lang.Object
com.im.commons.db.dml.SortColumn
- All Implemented Interfaces:
- Serializable
public class SortColumn
- extends Object
- implements Serializable
A column in a sort directive.
e.g. SELECT * FROM table1 ORDER BY table.column ASC
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortColumn
public SortColumn(TableColumn tableColumn,
boolean ascending)
getTableColumn
public TableColumn getTableColumn()
isAscending
public boolean isAscending()
- Get the value of ascending
- Returns:
- The value of ascending