Uses of Class
migratedb.core.internal.database.postgresql.PostgreSQLSchema
-
Packages that use PostgreSQLSchema Package Description migratedb.core.internal.database.postgresql Private API.migratedb.core.internal.database.yugabytedb Private API. -
-
Uses of PostgreSQLSchema in migratedb.core.internal.database.postgresql
Constructors in migratedb.core.internal.database.postgresql with parameters of type PostgreSQLSchema Constructor Description 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 PostgreSQLSchema in migratedb.core.internal.database.yugabytedb
Subclasses of PostgreSQLSchema in migratedb.core.internal.database.yugabytedb Modifier and Type Class Description classYugabyteDBSchema
-