com.cyclops.dbdigger.sql
Class OrderBy

java.lang.Object
  extended bycom.cyclops.dbdigger.sql.OrderBy
Direct Known Subclasses:
AscendingOrderBy, DescendingOrderBy

public class OrderBy
extends Object

Add description HERE!

Since:
2003-6-16 12:16:31
Author:
joel guo

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

EMPTY_ARRAY

public static final OrderBy[] EMPTY_ARRAY
Empty order by array

Constructor Detail

OrderBy

public OrderBy(Column acolumn,
               boolean aisDescendent)
Constructor method for class OrderBy

Parameters:
acolumn - Column object
aisDescendent - If is descendent
Method Detail

getColumn

public Column getColumn()
Method getColumn()

Returns:
Column object

isDescendent

public boolean isDescendent()
Method isDescendent()

Returns:
If is descendent


Copyright © 2003 Cyclops Group. All Rights Reserved.