Class YugabyteDBConnection
java.lang.Object
migratedb.v1.core.internal.database.base.BaseConnection<PostgreSQLDatabase>
migratedb.v1.core.internal.database.postgresql.PostgreSQLConnection
migratedb.v1.core.internal.database.yugabytedb.YugabyteDBConnection
- All Implemented Interfaces:
AutoCloseable,Connection<PostgreSQLDatabase>
-
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.postgresql.PostgreSQLConnection
changeCurrentSchemaTo, doChangeCurrentSchemaOrSearchPathTo, doGetCurrentSchema, doRestoreOriginalState, getCurrentSchemaNameOrSearchPath, lockMethods inherited from class migratedb.v1.core.internal.database.base.BaseConnection
close, getCurrentSchema, getJdbcConnection, getJdbcTemplate, restoreOriginalState
-
Method Details
-
getSchema
Description copied from interface:ConnectionRetrieves the schema with this name in the database.- Specified by:
getSchemain interfaceConnection<PostgreSQLDatabase>- Overrides:
getSchemain classPostgreSQLConnection
-