Package com.exedio.dsmf
Interface ConnectionProvider
-
public interface ConnectionProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Connection
getConnection()
boolean
isSemicolonEnabled()
void
putConnection(Connection connection)
-
-
-
Method Detail
-
getConnection
Connection getConnection() throws SQLException
- Throws:
SQLException
-
putConnection
void putConnection(Connection connection) throws SQLException
- Throws:
SQLException
-
isSemicolonEnabled
boolean isSemicolonEnabled()
-
-