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, Object otherwise)
          Creates and returns a sql-expression for the SQL case-phrase.
The result will be in the form:
"case when [compExpr] then [this] else [otherwise] end"
 



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