public abstract class AbstractConnectionSpec extends Object implements ConnectionSpec
| Modifier and Type | Method and Description |
|---|---|
DatabaseProduct |
getDatabaseProduct() |
DatabaseVersion |
getDatabaseVersion() |
Driver |
getDriver() |
DriverVersion |
getDriverVersion() |
boolean |
isAutoCommitEnabled() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, getOrCreatepublic boolean isAutoCommitEnabled()
isAutoCommitEnabled in interface ConnectionSpecpublic DatabaseProduct getDatabaseProduct() throws SQLException
getDatabaseProduct in interface ConnectionSpecSQLExceptionpublic DatabaseVersion getDatabaseVersion() throws SQLException
getDatabaseVersion in interface ConnectionSpecSQLExceptionpublic Driver getDriver() throws SQLException
getDriver in interface ConnectionSpecSQLExceptionpublic DriverVersion getDriverVersion() throws SQLException
getDriverVersion in interface ConnectionSpecSQLExceptionCopyright © 2012–2017 Emory University. All rights reserved.