org.skife.jdbi
Interface ConnectionFactory
public interface ConnectionFactory
Used when JDBC connections need to be obtained in an unusual manner,
such as from a proprietary o/r mapping interface.
Method Summary |
java.sql.Connection |
getConnection()
Must return a usable JDBC Connection instance, will be called
to obtain a Connection for each Handle opened |
getConnection
java.sql.Connection getConnection()
throws java.sql.SQLException
- Must return a usable JDBC Connection instance, will be called
to obtain a Connection for each Handle opened
- Throws:
java.sql.SQLException