Package | Description |
---|---|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
Modifier and Type | Method and Description |
---|---|
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–2015 Apache Software Foundation. All rights reserved.