Class YugabyteDBConnection
- java.lang.Object
-
- migratedb.core.internal.database.base.BaseConnection<PostgreSQLDatabase>
-
- migratedb.core.internal.database.postgresql.PostgreSQLConnection
-
- migratedb.core.internal.database.yugabytedb.YugabyteDBConnection
-
- All Implemented Interfaces:
AutoCloseable,Connection<PostgreSQLDatabase>
public class YugabyteDBConnection extends PostgreSQLConnection
-
-
Field Summary
-
Fields inherited from class migratedb.core.internal.database.base.BaseConnection
database, jdbcTemplate, originalSchemaNameOrSearchPath
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Schema<?,?>getSchema(String name)Retrieves the schema with this name in the database.-
Methods inherited from class migratedb.core.internal.database.postgresql.PostgreSQLConnection
changeCurrentSchemaTo, doChangeCurrentSchemaOrSearchPathTo, doGetCurrentSchema, doRestoreOriginalState, getCurrentSchemaNameOrSearchPath, lock
-
Methods inherited from class migratedb.core.internal.database.base.BaseConnection
close, getCurrentSchema, getJdbcConnection, getJdbcTemplate, restoreOriginalState
-
-
-
-
Method Detail
-
getSchema
public Schema<?,?> getSchema(String name)
Description copied from interface:ConnectionRetrieves the schema with this name in the database.- Specified by:
getSchemain interfaceConnection<PostgreSQLDatabase>- Overrides:
getSchemain classPostgreSQLConnection
-
-