Uses of Class
org.apache.empire.db.expr.set.DBSetExpr

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

Uses of DBSetExpr in org.apache.empire.db
 

Fields in org.apache.empire.db with type parameters of type DBSetExpr
protected  List<DBSetExpr> DBCommand.set
           
 

Methods in org.apache.empire.db that return DBSetExpr
 DBSetExpr DBColumn.to(Object value)
          Creates and returns a new DBSetExpr object.
 

Methods in org.apache.empire.db with parameters of type DBSetExpr
 void DBCommand.set(DBSetExpr expr)
          Inserts DBSetExpr objects to the Vector 'set'.
 



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