Class YugabyteDBConnection
java.lang.Object
org.flywaydb.core.internal.database.base.Connection<org.flywaydb.database.postgresql.PostgreSQLDatabase>
org.flywaydb.database.postgresql.PostgreSQLConnection
org.flywaydb.community.database.postgresql.yugabytedb.YugabyteDBConnection
- All Implemented Interfaces:
Closeable,AutoCloseable
public class YugabyteDBConnection
extends org.flywaydb.database.postgresql.PostgreSQLConnection
-
Field Summary
Fields inherited from class org.flywaydb.core.internal.database.base.Connection
database, jdbcTemplate, originalSchemaNameOrSearchPath -
Method Summary
Methods inherited from class org.flywaydb.database.postgresql.PostgreSQLConnection
changeCurrentSchemaTo, doChangeCurrentSchemaOrSearchPathTo, doGetCurrentSchema, doRestoreOriginalState, getCurrentSchemaNameOrSearchPath, lockMethods inherited from class org.flywaydb.core.internal.database.base.Connection
close, getCurrentSchema, getJdbcConnection, getJdbcTemplate, restoreOriginalState
-
Method Details
-
getSchema
- Overrides:
getSchemain classorg.flywaydb.database.postgresql.PostgreSQLConnection
-