Uses of Class
org.flywaydb.database.postgresql.PostgreSQLDatabase
Packages that use PostgreSQLDatabase
-
Uses of PostgreSQLDatabase in org.flywaydb.database.postgresql
Constructors in org.flywaydb.database.postgresql with parameters of type PostgreSQLDatabaseModifierConstructorDescriptionprotected
PostgreSQLConnection
(PostgreSQLDatabase database, Connection connection) protected
PostgreSQLSchema
(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, PostgreSQLDatabase database, String name) Creates a new PostgreSQL schema.protected
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.