Uses of Class
migratedb.v1.core.internal.database.sqlite.SQLiteDatabase
-
Packages that use SQLiteDatabase Package Description migratedb.v1.core.internal.database.sqlite Private API. -
-
Uses of SQLiteDatabase in migratedb.v1.core.internal.database.sqlite
Methods in migratedb.v1.core.internal.database.sqlite that return SQLiteDatabase Modifier and Type Method Description protected SQLiteDatabaseSQLiteSchema. getDatabase()SQLiteDatabaseSQLiteSession. getDatabase()Constructors in migratedb.v1.core.internal.database.sqlite with parameters of type SQLiteDatabase Constructor Description SQLiteTable(JdbcTemplate jdbcTemplate, SQLiteDatabase database, SQLiteSchema schema, String name)Creates a new SQLite table.
-