Class TableBuilder

java.lang.Object
com.github.darksoulq.abyssallib.common.database.relational.AbstractTableBuilder<TableBuilder>
com.github.darksoulq.abyssallib.common.database.relational.h2.TableBuilder

public class TableBuilder extends AbstractTableBuilder<TableBuilder>
H2-specific implementation for building table schemas.
  • Constructor Details

    • TableBuilder

      public TableBuilder(Database database, String table)
      Constructs a TableBuilder for H2.
      Parameters:
      database - The database instance.
      table - The table name.