|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.jdc.lang.Object
|
+--com.jdc.rdb.sql.dml.select.Order
Order provides a list of enumerated types for an OrderBy
clause sort order. Valid OrderBy clause sort orders are:
ASCENDING  (ASC ) - Sort in ascending order.DESCENDING (DESC) - Sort in descending order.
OrderBy| Field Summary | |
static Order |
ASCENDING
The OrderBy clause ascending sort order. |
static Order |
DESCENDING
The OrderBy clause descending sort order. |
| Fields inherited from class com.jdc.lang.Object |
string |
| Method Summary | |
boolean |
equals(Object object)
Compares this Order object to the specified object. |
String |
toString()
Returns a String representation of this Order object. |
static Order |
valueOf(String order)
Returns an Order representation of this String value. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final Order ASCENDING
OrderBy clause ascending sort order.
public static final Order DESCENDING
OrderBy clause descending sort order.
| Method Detail |
public boolean equals(Object object)
Order object to the specified object.
equals in class ObjectTrue if a specified object is equal to this Order object. False if the specified object is not equal to this Order object.public String toString()
String representation of this Order object.
toString in class ObjectString representation of this Order object.public static Order valueOf(String order)
Order representation of this String value.
Order representation of this String value.
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||