|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.cyclops.dbdigger.sql.OrderBy
Add description HERE!
| Field Summary | |
static OrderBy[] |
EMPTY_ARRAY
Empty order by array |
| Constructor Summary | |
OrderBy(Column acolumn,
boolean aisDescendent)
Constructor method for class OrderBy |
|
| Method Summary | |
Column |
getColumn()
Method getColumn() |
boolean |
isDescendent()
Method isDescendent() |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final OrderBy[] EMPTY_ARRAY
| Constructor Detail |
public OrderBy(Column acolumn,
boolean aisDescendent)
acolumn - Column objectaisDescendent - If is descendent| Method Detail |
public Column getColumn()
public boolean isDescendent()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||