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: