org.xorm.query
Class QueryOrdering
java.lang.Object
|
+--org.xorm.query.QueryOrdering
- public class QueryOrdering
- extends Object
Immutable class to capture ordering information.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASCENDING
public static final int ASCENDING
- See Also:
- Constant Field Values
DESCENDING
public static final int DESCENDING
- See Also:
- Constant Field Values
QueryOrdering
public QueryOrdering(String field,
int order)
getField
public String getField()
getOrder
public int getOrder()
$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/query/QueryOrdering.html,v 1.2 2004/05/30 08:55:08 wbiggs Exp $