Package | Description |
---|---|
com.xdev.jadoth.sqlengine | |
com.xdev.jadoth.sqlengine.internal |
Modifier and Type | Method and Description |
---|---|
static SqlFunctionCASE |
SQL.CASE_WHEN(Object whenExpression,
Object thenExpression,
Object elseExpression)
Resembles an "if"/then/else in SQL.
|
static SqlFunctionCASE |
SQL.CASE(Object expression)
Resembles a "switch" in SQL.
|
Modifier and Type | Method and Description |
---|---|
SqlFunctionCASE |
SqlFunctionCASE.ELSE(Object elseExpression)
ELSE.
|
SqlFunctionCASE |
SqlFunctionCASE.WHEN(Object whenExpression,
Object thenExpression)
WHEN.
|
Copyright © 2003–2021 XDEV Software. All rights reserved.