Class SQLiteTable

    • Constructor Detail

      • 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.