Class TableBuilder

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

public class TableBuilder extends AbstractTableBuilder<TableBuilder>
A SQLite-specific implementation of AbstractTableBuilder. Handles the specific auto-increment syntax used by SQLite.
  • Constructor Details

    • TableBuilder

      public TableBuilder(Connection conn, String table)
      Constructs a new TableBuilder for SQLite.
      Parameters:
      conn - The JDBC Connection.
      table - The name of the table to build.