Module litebridge.db.spi.impl
Package org.litebridgedb.db.spi.impl.function
package org.litebridgedb.db.spi.impl.function
SQL function implementations.
This package and its subpackages provide default implementations of SQL expressions/functions.
These implementations are logically split by extended abstract classes acting as building blocks
to create new SQL function implmentations on top of what ColumnExpressionImpl
and DelegateColumnExpression provides.
-
ClassesClassDescriptionA column expression with support for SQL aliasing.A nestable column expression with support for SQL aliasing.Base class for function expressions operating on a column.Expression to select a database column.Factory for creating
SqlFunctionRegistryinstances.