Uses of Class
com.cyclops.dbdigger.sql.OrderBy

Packages that use OrderBy
com.cyclops.dbdigger.sql   
com.cyclops.dbdigger.sqlcastor   
 

Uses of OrderBy in com.cyclops.dbdigger.sql
 

Subclasses of OrderBy in com.cyclops.dbdigger.sql
 class AscendingOrderBy
          Add description HERE!
 class DescendingOrderBy
          Add description HERE!
 

Fields in com.cyclops.dbdigger.sql declared as OrderBy
static OrderBy[] OrderBy.EMPTY_ARRAY
          Empty order by array
 

Methods in com.cyclops.dbdigger.sql that return OrderBy
 OrderBy[] Select.getOrderBys()
          Method getOrderBys()
 

Methods in com.cyclops.dbdigger.sql with parameters of type OrderBy
 void Select.addOrderBy(OrderBy orderBy)
          Method addOrderBy()
 

Uses of OrderBy in com.cyclops.dbdigger.sqlcastor
 

Methods in com.cyclops.dbdigger.sqlcastor with parameters of type OrderBy
protected  String DefaultSQLCastor.castOrderBys(OrderBy[] orderBys)
          Method castOrderBys()
 



Copyright © 2003 Cyclops Group. All Rights Reserved.