Class TableQuery

java.lang.Object
com.github.darksoulq.abyssallib.common.database.relational.AbstractTableQuery<TableQuery>
com.github.darksoulq.abyssallib.common.database.relational.sql.TableQuery

public class TableQuery extends AbstractTableQuery<TableQuery>
A SQLite-specific implementation of AbstractTableQuery. Provides support for SQLite-specific verbs and allows transition into batch query operations.
  • Constructor Details

  • Method Details

    • batch

      public BatchQuery batch(String... columns)
      Transitions this query into a batch operation for the current table.
      Parameters:
      columns - The column names to be included in the batch.
      Returns:
      A new BatchQuery instance for the current table.