|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BadConnectionException | |
org.objectweb.cjdbc.controller.loadbalancer | All C-JDBC load balancers are subpackage of this one which provides the load balancer interface and the core backend thread. |
Uses of BadConnectionException in org.objectweb.cjdbc.controller.loadbalancer |
Methods in org.objectweb.cjdbc.controller.loadbalancer that throw BadConnectionException | |
static ControllerResultSet |
AbstractLoadBalancer.executeSelectRequestOnBackend(SelectRequest request,
DatabaseBackend backend,
java.sql.Connection c,
MetadataCache metadataCache)
Execute a statement on a backend. |
static int |
AbstractLoadBalancer.executeUpdateRequestOnBackend(AbstractWriteRequest request,
DatabaseBackend backend,
java.sql.Connection c)
Execute an update prepared statement on a backend. |
static ControllerResultSet |
AbstractLoadBalancer.executeUpdateRequestOnBackendWithKeys(AbstractWriteRequest request,
DatabaseBackend backend,
java.sql.Connection c,
MetadataCache metadataCache)
Execute an update prepared statement on a backend. |
static ControllerResultSet |
AbstractLoadBalancer.executeReadStoredProcedureOnBackend(StoredProcedure proc,
DatabaseBackend backend,
java.sql.Connection c,
MetadataCache metadataCache)
Execute a read stored procedure on the given backend. |
static int |
AbstractLoadBalancer.executeWriteStoredProcedureOnBackend(StoredProcedure proc,
DatabaseBackend backend,
java.sql.Connection c)
Execute a write stored procedure on the given backend. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |