Uses of Class
migratedb.v1.core.internal.database.postgresql.PostgreSQLDatabase
-
Packages that use PostgreSQLDatabase Package Description migratedb.v1.core.internal.database.postgresql Private API.migratedb.v1.core.internal.database.yugabytedb Private API. -
-
Uses of PostgreSQLDatabase in migratedb.v1.core.internal.database.postgresql
Methods in migratedb.v1.core.internal.database.postgresql that return PostgreSQLDatabase Modifier and Type Method Description PostgreSQLDatabasePostgreSQLSession. getDatabase()Constructors in migratedb.v1.core.internal.database.postgresql with parameters of type PostgreSQLDatabase Constructor Description PostgreSQLSchema(JdbcTemplate jdbcTemplate, PostgreSQLDatabase database, String name)Creates a new PostgreSQL schema.PostgreSQLSession(Configuration configuration, PostgreSQLDatabase database, Connection connection)PostgreSQLTable(JdbcTemplate jdbcTemplate, PostgreSQLDatabase database, PostgreSQLSchema schema, String name)Creates a new PostgreSQL table. -
Uses of PostgreSQLDatabase in migratedb.v1.core.internal.database.yugabytedb
Subclasses of PostgreSQLDatabase in migratedb.v1.core.internal.database.yugabytedb Modifier and Type Class Description classYugabyteDBDatabase
-