Uses of Class
migratedb.v1.core.internal.database.postgresql.PostgreSQLDatabase
Packages that use PostgreSQLDatabase
Package
Description
Private API.
Private API.
-
Uses of PostgreSQLDatabase in migratedb.v1.core.internal.database.postgresql
Constructors in migratedb.v1.core.internal.database.postgresql with parameters of type PostgreSQLDatabaseModifierConstructorDescriptionprotectedPostgreSQLConnection(Configuration configuration, PostgreSQLDatabase database, Connection connection) protectedPostgreSQLSchema(JdbcTemplate jdbcTemplate, PostgreSQLDatabase database, String name) Creates a new PostgreSQL schema.protectedPostgreSQLTable(JdbcTemplate jdbcTemplate, PostgreSQLDatabase database, PostgreSQLSchema schema, String name) Creates a new PostgreSQL table.PostgreSQLType(JdbcTemplate jdbcTemplate, PostgreSQLDatabase database, PostgreSQLSchema schema, String name) Creates a new PostgreSQL type. -
Uses of PostgreSQLDatabase in migratedb.v1.core.internal.database.yugabytedb
Subclasses of PostgreSQLDatabase in migratedb.v1.core.internal.database.yugabytedb