Uses of Class
org.flywaydb.database.postgresql.PostgreSQLSchema
Packages that use PostgreSQLSchema
- 
Uses of PostgreSQLSchema in org.flywaydb.database.postgresqlConstructors in org.flywaydb.database.postgresql with parameters of type PostgreSQLSchemaModifierConstructorDescriptionprotectedPostgreSQLTable(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.