Interface PostgresITDataSource.DatabaseLocation

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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
    • 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