Class SQLiteTable

All Implemented Interfaces:
SchemaObject<SQLiteDatabase,SQLiteSchema>, Table<SQLiteDatabase,SQLiteSchema>

public class SQLiteTable extends BaseTable<SQLiteDatabase,SQLiteSchema>
SQLite-specific table.
  • Constructor Details

    • SQLiteTable

      public SQLiteTable(JdbcTemplate jdbcTemplate, SQLiteDatabase database, SQLiteSchema schema, String name)
      Creates a new SQLite table.
      Parameters:
      jdbcTemplate - The Jdbc Template for communicating with the DB.
      database - The database-specific support.
      schema - The schema this table lives in.
      name - The name of the table.
  • Method Details