Interface JdbcConnectionFactory
-
- All Known Implementing Classes:
JdbcConnectionFactoryImpl
public interface JdbcConnectionFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceJdbcConnectionFactory.ConnectionInitializer
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatabaseTypegetDatabaseType()StringgetDriverInfo()StringgetJdbcUrl()StringgetProductName()ConnectionopenConnection()
-
-
-
Method Detail
-
getDatabaseType
DatabaseType getDatabaseType()
-
getJdbcUrl
String getJdbcUrl()
-
getDriverInfo
String getDriverInfo()
-
getProductName
String getProductName()
-
openConnection
Connection openConnection()
-
-