Uses of Class
migratedb.v1.core.internal.database.postgresql.PostgreSQLSchema
-
Packages that use PostgreSQLSchema Package Description migratedb.v1.core.internal.database.postgresql Private API.migratedb.v1.core.internal.database.yugabytedb Private API. -
-
Uses of PostgreSQLSchema in migratedb.v1.core.internal.database.postgresql
Methods in migratedb.v1.core.internal.database.postgresql that return PostgreSQLSchema Modifier and Type Method Description PostgreSQLSchemaPostgreSQLSession. getSchema(String name)Constructors in migratedb.v1.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. -
Uses of PostgreSQLSchema in migratedb.v1.core.internal.database.yugabytedb
Subclasses of PostgreSQLSchema in migratedb.v1.core.internal.database.yugabytedb Modifier and Type Class Description classYugabyteDBSchema
-