Uses of Class
org.litebridge.db.spi.expression.ColumnExpressionImpl
Packages that use ColumnExpressionImpl
Package
Description
Database query expressions.
SQL function implementations.
SQL aggregate functions.
SQL scalar functions.
-
Uses of ColumnExpressionImpl in org.litebridge.db.spi.expression
Subclasses of ColumnExpressionImpl in org.litebridge.db.spi.expressionModifier and TypeClassDescriptionclassAbstract base class for nesting query expressions such as SQL functions.classReference to another expression in the select query. -
Uses of ColumnExpressionImpl in org.litebridge.db.spi.impl.function
Subclasses of ColumnExpressionImpl in org.litebridge.db.spi.impl.functionModifier and TypeClassDescriptionclassA nestable column expression with support for SQL aliasing.classBase class for function expressions operating on a column.classExpression to select a database column.classImplementation ofSelectReference. -
Uses of ColumnExpressionImpl in org.litebridge.db.spi.impl.function.aggregate
Subclasses of ColumnExpressionImpl in org.litebridge.db.spi.impl.function.aggregate -
Uses of ColumnExpressionImpl in org.litebridge.db.spi.impl.function.scalar
Subclasses of ColumnExpressionImpl in org.litebridge.db.spi.impl.function.scalar