Module litebridge.db.spi
Package org.litebridgedb.db.spi.query
package org.litebridgedb.db.spi.query
Query-related models
-
ClassDescriptionA condition in a database query, specifying a column, operator, and value/operand.A database table join operation in a query.Pagination parameters for database queries, defining a limit on the number of rows returned and an optional offset indicating the starting point for the result set.Enum of various operators that can be used in database query conditions.Ordering clause in an SQL query.Marker interface for the result of a query or database operation.SQL SELECT query structure.