Uses of Class
migratedb.core.internal.database.sqlite.SQLiteSchema
-
Packages that use SQLiteSchema Package Description migratedb.core.internal.database.sqlite Private API. -
-
Uses of SQLiteSchema in migratedb.core.internal.database.sqlite
Constructors in migratedb.core.internal.database.sqlite with parameters of type SQLiteSchema Constructor Description SQLiteTable(JdbcTemplate jdbcTemplate, SQLiteDatabase database, SQLiteSchema schema, String name)Creates a new SQLite table.
-