Package org.flywaydb.database.derby
Class DerbyConnection
java.lang.Object
org.flywaydb.core.internal.database.base.Connection<DerbyDatabase>
org.flywaydb.database.derby.DerbyConnection
- All Implemented Interfaces:
Closeable,AutoCloseable
public class DerbyConnection
extends org.flywaydb.core.internal.database.base.Connection<DerbyDatabase>
Derby connection.
-
Field Summary
Fields inherited from class org.flywaydb.core.internal.database.base.Connection
database, jdbcTemplate, originalSchemaNameOrSearchPath -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected Stringorg.flywaydb.core.internal.database.base.SchemaMethods inherited from class org.flywaydb.core.internal.database.base.Connection
changeCurrentSchemaTo, close, doGetCurrentSchema, doRestoreOriginalState, getCurrentSchema, getJdbcConnection, getJdbcTemplate, lock, restoreOriginalState
-
Method Details
-
getCurrentSchemaNameOrSearchPath
- Specified by:
getCurrentSchemaNameOrSearchPathin classorg.flywaydb.core.internal.database.base.Connection<DerbyDatabase>- Throws:
SQLException
-
doChangeCurrentSchemaOrSearchPathTo
- Overrides:
doChangeCurrentSchemaOrSearchPathToin classorg.flywaydb.core.internal.database.base.Connection<DerbyDatabase>- Throws:
SQLException
-
getSchema
- Specified by:
getSchemain classorg.flywaydb.core.internal.database.base.Connection<DerbyDatabase>
-