Uses of Interface
net.officefloor.jdbc.pool.ThreadLocalJdbcConnectionPool.ConnectionReference
-
Packages that use ThreadLocalJdbcConnectionPool.ConnectionReference Package Description net.officefloor.jdbc.pool -
-
Uses of ThreadLocalJdbcConnectionPool.ConnectionReference in net.officefloor.jdbc.pool
Classes in net.officefloor.jdbc.pool that implement ThreadLocalJdbcConnectionPool.ConnectionReference Modifier and Type Class Description static class
ThreadLocalJdbcConnectionPool.ConnectionReferenceImpl
Connection
reference.Methods in net.officefloor.jdbc.pool that return ThreadLocalJdbcConnectionPool.ConnectionReference Modifier and Type Method Description ThreadLocalJdbcConnectionPool.ConnectionReference
ThreadLocalJdbcConnectionPool.PooledConnectionContext. getConnectionReference()
Obtains theThreadLocalJdbcConnectionPool.ConnectionReference
.Methods in net.officefloor.jdbc.pool with parameters of type ThreadLocalJdbcConnectionPool.ConnectionReference Modifier and Type Method Description void
ThreadLocalJdbcConnectionPool.PooledConnectionContext. setAutoCommit(ThreadLocalJdbcConnectionPool.ConnectionReference reference, boolean isAutoCommit)
Sets auto-commit on theConnection
.
-