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

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

Uses of DBCaseExpr in org.apache.empire.db
 

Methods in org.apache.empire.db that return DBCaseExpr
 DBCaseExpr DBColumnExpr.when(DBCompareExpr compExpr, java.lang.Object otherwise)
          Creates and returns a sql-expression for the SQL case-phrase.