- All Implemented Interfaces:
ColumnExpression,DelegateExpression,SelectExpression
ABS(column) scalar function.-
Field Summary
Fields inherited from class org.litebridgedb.db.spi.impl.function.AliasedDelegateColumnExpression
columnIdentifierGeneratorFields inherited from class org.litebridgedb.db.spi.expression.DelegateColumnExpression
targetFields inherited from class org.litebridgedb.db.spi.expression.ColumnExpressionImpl
column -
Constructor Summary
ConstructorsConstructorDescriptionAbs(ColumnExpression target, ColumnIdentifierGenerator columnIdentifierGenerator) -
Method Summary
Methods inherited from class org.litebridgedb.db.spi.impl.function.FunctionExpression
prepareSql, toSql, toSqlWithAliasMethods inherited from class org.litebridgedb.db.spi.impl.function.AliasedDelegateColumnExpression
id, idWithAlias, localIdMethods inherited from class org.litebridgedb.db.spi.expression.DelegateColumnExpression
column, target
-
Constructor Details
-
Abs
-
-
Method Details
-
template
Description copied from class:FunctionExpressionGets the template for the SQL representation of the function.The template should contain a single "%s" placeholder for the column identifier.
- Specified by:
templatein classFunctionExpression- Returns:
- SQL representation template
-