Uses of Class
org.apache.empire.db.expr.order.DBOrderByExpr

Packages that use DBOrderByExpr
org.apache.empire.db This package contains the core Empire-DB implementation classes. 
 

Uses of DBOrderByExpr in org.apache.empire.db
 

Fields in org.apache.empire.db with type parameters of type DBOrderByExpr
protected  List<DBOrderByExpr> DBCommandExpr.orderBy
           
 

Methods in org.apache.empire.db that return DBOrderByExpr
 DBOrderByExpr DBColumnExpr.asc()
          creates a new DBOrderByExpr for ascending order
 DBOrderByExpr DBColumnExpr.desc()
          creates a new DBOrderByExpr for descending order
 

Methods in org.apache.empire.db with parameters of type DBOrderByExpr
 void DBCombinedCmd.orderBy(DBOrderByExpr... exprs)
           
 void DBCommandExpr.orderBy(DBOrderByExpr... exprs)
          Adds an order by expression the command
 



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.