Uses of Class
net.officefloor.jdbc.postgresql.test.PostgreSqlRule.Configuration
-
Packages that use PostgreSqlRule.Configuration Package Description net.officefloor.jdbc.postgresql.test -
-
Uses of PostgreSqlRule.Configuration in net.officefloor.jdbc.postgresql.test
Methods in net.officefloor.jdbc.postgresql.test that return PostgreSqlRule.Configuration Modifier and Type Method Description PostgreSqlRule.Configuration
PostgreSqlRule.Configuration. database(java.lang.String databaseName)
Specifies the database.PostgreSqlRule.Configuration
PostgreSqlRule.Configuration. maxConnections(int maxConnections)
Specifies the max connections.PostgreSqlRule.Configuration
PostgreSqlRule.Configuration. password(java.lang.String password)
Specifies the password.PostgreSqlRule.Configuration
PostgreSqlRule.Configuration. port(int port)
Specifies the port.PostgreSqlRule.Configuration
PostgreSqlRule.Configuration. server(java.lang.String server)
Specifies the server.PostgreSqlRule.Configuration
PostgreSqlRule.Configuration. username(java.lang.String username)
Specifies the user name.Constructors in net.officefloor.jdbc.postgresql.test with parameters of type PostgreSqlRule.Configuration Constructor Description PostgreSqlRule(PostgreSqlRule.Configuration configuration)
Instantiate.
-