Interface SQLProperties


public interface SQLProperties
  • Method Details

    • getProperties

      Properties getProperties(File propertiesFile)
    • getDefaultProperties

      default Properties getDefaultProperties()
    • toURLPlain

      default String toURLPlain()
    • getDriver

      String getDriver()
    • getHost

      String getHost()
    • getPort

      String getPort()
    • getDatabase

      String getDatabase()
    • toURLWithLogin

      default String toURLWithLogin()
    • getUsername

      String getUsername()
    • getPassword

      String getPassword()