Class TableQuery

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

public class TableQuery extends AbstractTableQuery<TableQuery>
H2-specific query handler for single table operations.
  • Constructor Details

    • TableQuery

      public TableQuery(Database database, String table)
      Constructs a TableQuery for H2.
      Parameters:
      database - The database instance.
      table - The table name.
  • Method Details

    • batch

      public BatchQuery batch(String... columns)
      Transitions into a batch operation.
      Parameters:
      columns - Target columns.
      Returns:
      A BatchQuery instance.