Package org.logicalcobwebs.proxool
Interface ConnectionBuilderIF
-
- All Known Implementing Classes:
DefaultConnectionBuilder
public interface ConnectionBuilderIF
- Author:
- Bertrand Renuart
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.sql.Connection
buildConnection(ConnectionPoolDefinitionIF cp)
-
-
-
Method Detail
-
buildConnection
java.sql.Connection buildConnection(ConnectionPoolDefinitionIF cp) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
-