Uses of Class
com.opentable.db.postgres.embedded.ConnectionInfo
-
Packages that use ConnectionInfo Package Description com.opentable.db.postgres.embedded com.opentable.db.postgres.junit com.opentable.db.postgres.junit5 -
-
Uses of ConnectionInfo in com.opentable.db.postgres.embedded
Methods in com.opentable.db.postgres.embedded that return ConnectionInfo Modifier and Type Method Description ConnectionInfoPreparedDbProvider. createNewDatabase()Methods in com.opentable.db.postgres.embedded with parameters of type ConnectionInfo Modifier and Type Method Description DataSourcePreparedDbProvider. createDataSourceFromConnectionInfo(ConnectionInfo connectionInfo)Create a new Datasource given DBInfo. -
Uses of ConnectionInfo in com.opentable.db.postgres.junit
Methods in com.opentable.db.postgres.junit that return ConnectionInfo Modifier and Type Method Description ConnectionInfoPreparedDbRule. getConnectionInfo() -
Uses of ConnectionInfo in com.opentable.db.postgres.junit5
Methods in com.opentable.db.postgres.junit5 that return ConnectionInfo Modifier and Type Method Description ConnectionInfoPreparedDbExtension. getConnectionInfo()
-