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