Interface JdbcConnectionFactory

All Known Implementing Classes:
JdbcConnectionFactoryImpl

public interface JdbcConnectionFactory
  • Method Details

    • getDatabaseType

      DatabaseType getDatabaseType()
    • getJdbcUrl

      String getJdbcUrl()
    • getDriverInfo

      String getDriverInfo()
    • getProductName

      String getProductName()
    • openConnection

      Connection openConnection()