Package net.officefloor.jdbc.pool
Interface ThreadLocalJdbcConnectionPool.ConnectionReference
-
- All Known Implementing Classes:
ThreadLocalJdbcConnectionPool.ConnectionReferenceImpl
- Enclosing class:
- ThreadLocalJdbcConnectionPool
public static interface ThreadLocalJdbcConnectionPool.ConnectionReference
Reference to aConnection
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.sql.Connection
getConnection()
Obtains theConnection
.
-