Class YugabyteDBConnection
- java.lang.Object
-
- org.flywaydb.core.internal.database.base.Connection<org.flywaydb.core.internal.database.postgresql.PostgreSQLDatabase>
-
- org.flywaydb.core.internal.database.postgresql.PostgreSQLConnection
-
- org.flywaydb.community.database.yugabytedb.YugabyteDBConnection
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class YugabyteDBConnection extends org.flywaydb.core.internal.database.postgresql.PostgreSQLConnection
-
-
Method Summary
Modifier and Type Method Description org.flywaydb.core.internal.database.base.SchemagetSchema(java.lang.String name)-
Methods inherited from class org.flywaydb.core.internal.database.postgresql.PostgreSQLConnection
changeCurrentSchemaTo, doChangeCurrentSchemaOrSearchPathTo, doGetCurrentSchema, doRestoreOriginalState, getCurrentSchemaNameOrSearchPath, lock
-
-