Uses of Class
migratedb.v1.core.internal.database.sqlite.SQLiteSchema
-
Packages that use SQLiteSchema Package Description migratedb.v1.core.internal.database.sqlite Private API. -
-
Uses of SQLiteSchema in migratedb.v1.core.internal.database.sqlite
Methods in migratedb.v1.core.internal.database.sqlite that return SQLiteSchema Modifier and Type Method Description SQLiteSchemaSQLiteSession. getSchema(String name)Constructors in migratedb.v1.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.
-