static PostgresITDataSource.Builder |
PostgresITDataSource.builder() |
Construct a default builder
|
PostgresITDataSource.Builder |
PostgresITDataSource.Builder.fromEnvironment(String environmentName) |
Search environment variable for database location
|
PostgresITDataSource.Builder |
PostgresITDataSource.Builder.fromProperty(String databaseName) |
Set database name, take port from postgresql.${name}.port property
|
PostgresITDataSource.Builder |
PostgresITDataSource.Builder.fromProperty(String databaseName,
String portPropertyName) |
Set database name and port property
|
PostgresITDataSource.Builder |
PostgresITDataSource.Builder.withFallback() |
Allow use of $PG* environment variables for database discovery
user is $PGUSER or ${user.name}
password is $PGPASSWORD or ${user.name}
host is $PGHOST or 127.0.0.1
port is $PGPORT or 5432
database is $PGDATABASE or ${user.name}
|
PostgresITDataSource.Builder |
PostgresITDataSource.Builder.withoutFallback() |
Disallow fallback definition
|