Package dk.kosmisk.postgresql.it
Interface PostgresITDataSource.DatabaseLocation
-
- All Known Implementing Classes:
PostgresITDataSource.DatabaseFromEnvironment,PostgresITDataSource.DatabaseFromProperty
- Enclosing class:
- PostgresITDataSource
public static interface PostgresITDataSource.DatabaseLocationInterface describing a way to locate a database
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringjdbcUrl(Properties props)Construct a jdbc url Locate a database, and fill out user/password If a database cannot be located then return null, and do not set any user/password values
-
-
-
Method Detail
-
jdbcUrl
String jdbcUrl(Properties props)
Construct a jdbc url Locate a database, and fill out user/password If a database cannot be located then return null, and do not set any user/password values- Parameters:
props- where user/password is set- Returns:
- jdbc url or null
-
-