Package org.litebridge.db.spi.query


package org.litebridge.db.spi.query
Query-related models
  • Class
    Description
    A condition in a database query, specifying a column, operator, and value/operand.
    A group of logically combined conditions and condition subgroups.
    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.
    Logically combined condition.
    Logically combined condition subgroup.
    Logical operator for chaining conditions in a query.
    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.