Interface JdbcConnectionFactory
- All Known Implementing Classes:
JdbcConnectionFactoryImpl
public interface JdbcConnectionFactory
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getDatabaseType
DatabaseType getDatabaseType() -
getJdbcUrl
String getJdbcUrl() -
getDriverInfo
String getDriverInfo() -
getProductName
String getProductName() -
openConnection
Connection openConnection()
-