Uses of Class
org.litebridgedb.db.spi.expression.DelegateColumnExpression
Packages that use DelegateColumnExpression
Package
Description
Database query expressions.
SQL function implementations.
SQL aggregate functions.
SQL scalar functions.
-
Uses of DelegateColumnExpression in org.litebridgedb.db.spi.expression
Methods in org.litebridgedb.db.spi.expression that return DelegateColumnExpressionModifier and TypeMethodDescriptionDelegateExpressionFactory.create(ColumnExpression target, @Nullable Object... args) Creates a nestable column expression. -
Uses of DelegateColumnExpression in org.litebridgedb.db.spi.impl.function
Subclasses of DelegateColumnExpression in org.litebridgedb.db.spi.impl.functionModifier and TypeClassDescriptionclassA nestable column expression with support for SQL aliasing.classBase class for function expressions operating on a column.Methods in org.litebridgedb.db.spi.impl.function that return DelegateColumnExpressionModifier and TypeMethodDescriptionprotected DelegateColumnExpressionSqlFunctionRegistryFactory.createAbs(ColumnExpression target, Object... args) Creates an ABS-implementing expression.protected DelegateColumnExpressionSqlFunctionRegistryFactory.createAvg(ColumnExpression target, Object... args) Creates an AVG-implementing expression.protected DelegateColumnExpressionSqlFunctionRegistryFactory.createLower(ColumnExpression target, Object... args) Creates a LOWER-implementing expression.protected DelegateColumnExpressionSqlFunctionRegistryFactory.createMax(ColumnExpression target, Object... args) Creates an MAX-implementing expression.protected DelegateColumnExpressionSqlFunctionRegistryFactory.createMin(ColumnExpression target, Object... args) Creates an MIN-implementing expression.protected DelegateColumnExpressionSqlFunctionRegistryFactory.createSubstring(ColumnExpression target, int start, @Nullable Integer length) Creates a SUBSTRING-implementing expression.protected DelegateColumnExpressionSqlFunctionRegistryFactory.createSubstring(ColumnExpression target, Object... args) Creates a SUBSTRING-implementing expression.protected DelegateColumnExpressionSqlFunctionRegistryFactory.createUpper(ColumnExpression columnExpression, Object... args) Creates an UPPER-implementing expression. -
Uses of DelegateColumnExpression in org.litebridgedb.db.spi.impl.function.aggregate
Subclasses of DelegateColumnExpression in org.litebridgedb.db.spi.impl.function.aggregate -
Uses of DelegateColumnExpression in org.litebridgedb.db.spi.impl.function.scalar
Subclasses of DelegateColumnExpression in org.litebridgedb.db.spi.impl.function.scalar