Uses of Class
migratedb.core.internal.database.postgresql.PostgreSQLDatabase
-
Packages that use PostgreSQLDatabase Package Description migratedb.core.internal.database.postgresql Private API.migratedb.core.internal.database.yugabytedb Private API. -
-
Uses of PostgreSQLDatabase in migratedb.core.internal.database.postgresql
Constructors in migratedb.core.internal.database.postgresql with parameters of type PostgreSQLDatabase Constructor Description PostgreSQLConnection(Configuration configuration, PostgreSQLDatabase database, Connection connection)PostgreSQLSchema(JdbcTemplate jdbcTemplate, PostgreSQLDatabase database, String name)Creates a new PostgreSQL schema.PostgreSQLTable(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.core.internal.database.yugabytedb
Subclasses of PostgreSQLDatabase in migratedb.core.internal.database.yugabytedb Modifier and Type Class Description classYugabyteDBDatabase
-