Uses of Enum
org.apache.empire.db.DBCmpType
Packages that use DBCmpType
Package
Description
This package contains the core Empire-DB implementation classes.
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 DBCmpTypeModifier and TypeMethodDescriptionstatic DBCmpTypeDBCmpType.getNullType(DBCmpType type) static DBCmpTypeReturns 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 DBCmpTypeModifier and TypeMethodDescriptionCreates and returns a new comparison object for the given comparison operator and value.static DBCmpTypeDBCmpType.getNullType(DBCmpType type) -
Uses of DBCmpType in org.apache.empire.db.expr.compare
Fields in org.apache.empire.db.expr.compare declared as DBCmpTypeMethods in org.apache.empire.db.expr.compare that return DBCmpTypeConstructors in org.apache.empire.db.expr.compare with parameters of type DBCmpTypeModifierConstructorDescriptionDBCompareColExpr(DBColumnExpr expr, DBCmpType op, Object value) Constructs a DBCompareColExpr object set the specified parameters to this object.