|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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" |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |