See: Description
Class | Description |
---|---|
DBAbstractFuncExpr |
This implements some basic functionality for SQL functions based on a column expression
|
DBAliasExpr |
This class allows column renaming in SQL.
|
DBCalcExpr |
This class is used for performing calculations in SQL
It handles the mathematical operations ("+", "-", "*", "/") for the current column. |
DBCaseExpr |
This class is used to add the "case when ?
|
DBConcatExpr |
This class is used for performing string concatenation in SQL
There is no need to explicitly create instances of this class. |
DBConvertExpr |
This class is used to convert a value to a different data type.
|
DBCountExpr |
This class is used to add the "count" statement to the SQL-Command.
|
DBDecodeExpr |
This class is used to decode a set of keys to the corresponding target values.
|
DBFuncExpr |
This class is used for performing various SQL functions on a column or column expression.
|
DBScalarExpr |
This class is used for declaring scalar functions in SQL (like e.g. random).
|
DBValueExpr |
This class is used for declaring constant values in SQL.
|
Copyright © 2008–2017 Apache Software Foundation. All rights reserved.