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