Uses of Class
org.apache.empire.db.DBCmpType

Packages that use DBCmpType
org.apache.empire.db This package contains the core Empire-DB implementation classes. 
org.apache.empire.db.expr.compare This package contains SQL-generator classes for compare expressions used in the where and having clause. 
 

Uses of DBCmpType in org.apache.empire.db
 

Methods in org.apache.empire.db that return DBCmpType
static DBCmpType DBCmpType.getNullType(DBCmpType type)
           
static DBCmpType DBCmpType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DBCmpType[] DBCmpType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.empire.db with parameters of type DBCmpType
 DBCompareColExpr DBColumnExpr.cmp(DBCmpType op, Object value)
          Creates and returns a new comparison object for the given comparison operator and value.
static DBCmpType DBCmpType.getNullType(DBCmpType type)
           
 

Uses of DBCmpType in org.apache.empire.db.expr.compare
 

Fields in org.apache.empire.db.expr.compare declared as DBCmpType
protected  DBCmpType DBCompareColExpr.cmpop
           
 

Methods in org.apache.empire.db.expr.compare that return DBCmpType
 DBCmpType DBCompareColExpr.getCmpop()
          Gets the comparison operator
 

Constructors in org.apache.empire.db.expr.compare with parameters of type DBCmpType
DBCompareColExpr(DBColumnExpr expr, DBCmpType op, Object value)
          Constructs a DBCompareColExpr object set the specified parameters to this object.
 



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