Uses of Interface
net.officefloor.jdbc.test.DataSourceRule.ConnectionFactory
-
Packages that use DataSourceRule.ConnectionFactory Package Description net.officefloor.jdbc.test -
-
Uses of DataSourceRule.ConnectionFactory in net.officefloor.jdbc.test
Methods in net.officefloor.jdbc.test with parameters of type DataSourceRule.ConnectionFactory Modifier and Type Method Description static java.sql.Connection
DataSourceRule. waitForDatabaseAvailable(java.lang.Object lock, DataSourceRule.ConnectionFactory connectionFactory)
Waits for the database to be available.static java.sql.Connection
DataSourceRule. waitForDatabaseAvailable(DataSourceRule.ConnectionFactory connectionFactory)
Waits for the database to be available.
-