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