Uses of Class
org.apache.empire.db.expr.column.DBValueExpr

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

Uses of DBValueExpr in org.apache.empire.db
 

Methods in org.apache.empire.db that return DBValueExpr
 DBValueExpr DBDatabase.getSystemDateExpr()
          Creates and returns a value object for the database systems current date and time.
 DBValueExpr DBDatabase.getValueExpr(boolean value)
          Creates and returns a value object for the given boolean value.
 DBValueExpr DBDatabase.getValueExpr(int value)
          Creates and returns a value object for the given integer value.
 DBValueExpr DBDatabase.getValueExpr(long value)
          Creates and returns a value object for the given long value.
 DBValueExpr DBDatabase.getValueExpr(Object value, DataType dataType)
          Creates and returns a value object for the given value.
 DBValueExpr DBDatabase.getValueExpr(String value)
          Creates and returns a value object for the given string value.
 



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