Package com.github.kagkarlsson.jdbc
Interface ConnectionSupplier
- All Known Implementing Classes:
DataSourceConnectionSupplier,ExternallyManagedConnection
public interface ConnectionSupplier
-
Method Summary
Modifier and TypeMethodDescriptionbooleanboolean
-
Method Details
-
getConnection
- Throws:
SQLException
-
commitWhenAutocommitDisabled
boolean commitWhenAutocommitDisabled() -
isExternallyManagedConnection
boolean isExternallyManagedConnection()
-