Class SQLiteConnection
java.lang.Object
migratedb.v1.core.internal.database.base.BaseConnection<SQLiteDatabase>
migratedb.v1.core.internal.database.sqlite.SQLiteConnection
- All Implemented Interfaces:
AutoCloseable,Connection<SQLiteDatabase>
SQLite connection.
-
Field Summary
Fields inherited from class migratedb.v1.core.internal.database.base.BaseConnection
database, jdbcTemplate, originalSchemaNameOrSearchPath -
Method Summary
Methods inherited from class migratedb.v1.core.internal.database.base.BaseConnection
changeCurrentSchemaTo, close, doChangeCurrentSchemaOrSearchPathTo, doGetCurrentSchema, doRestoreOriginalState, getCurrentSchema, getJdbcConnection, getJdbcTemplate, lock, restoreOriginalState
-
Method Details
-
getSchema
Description copied from interface:ConnectionRetrieves the schema with this name in the database. -
getCurrentSchemaNameOrSearchPath
- Specified by:
getCurrentSchemaNameOrSearchPathin classBaseConnection<SQLiteDatabase>
-