Module litebridge.orm
Package org.litebridgedb.orm.expression
package org.litebridgedb.orm.expression
Select query expressions.
The primary purpose of this package is to provide a set of interfaces and classes for constructing and manipulating select expressions in database queries. These expressions are used to specify what data should be retrieved from the database, including allowing the use of SQL functions.
The main entry point is the Fn (Functions) utility class.
- See Also:
-
ClassDescriptionQuery expression encapsulating a target column.A query expression that can nest another query expression.A query expression modifier that changes the result of the query.Marker interface for select query expressions.Functions: Utility class that provides static methods for constructing query expressions.Number type-overriding nestable expressionProto-expression, used to specify column names/aliases for use in the target expression type.Proto-expression, used to prescribe a
ExpressionSpectype when sufficient information is available.Proto-expression that allows nesting other proto-expressions.A proto-expression capable of nesting other proto-expressions.Type override proto-expression that allows nesting other proto-expressions.Represents an entity that can be resolved into anExpressionSpec.String type-overriding nestable expression.TypeOverride<T>Indicates that a query result should be converted to a different type.A query expression that overrides the type of the result.