Package com.github.kagkarlsson.jdbc
Interface ConnectionSupplier
-
- All Known Implementing Classes:
DataSourceConnectionSupplier,ExternallyManagedConnection
public interface ConnectionSupplier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancommitWhenAutocommitDisabled()ConnectiongetConnection()booleanisExternallyManagedConnection()
-
-
-
Method Detail
-
getConnection
Connection getConnection() throws SQLException
- Throws:
SQLException
-
commitWhenAutocommitDisabled
boolean commitWhenAutocommitDisabled()
-
isExternallyManagedConnection
boolean isExternallyManagedConnection()
-
-