Package org.litebridgedb.db.spi.query


package org.litebridgedb.db.spi.query
Query-related models
  • Class
    Description
    A 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.
     
    SQL SELECT query structure.