Uses of Class
org.flywaydb.database.postgresql.PostgreSQLSchema
Packages that use PostgreSQLSchema
-
Uses of PostgreSQLSchema in org.flywaydb.database.postgresql
Constructors in org.flywaydb.database.postgresql with parameters of type PostgreSQLSchemaModifierConstructorDescriptionprotected
PostgreSQLTable
(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, PostgreSQLDatabase database, PostgreSQLSchema schema, String name) Creates a new PostgreSQL table.PostgreSQLType
(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, PostgreSQLDatabase database, PostgreSQLSchema schema, String name) Creates a new PostgreSQL type.