public class CallableLocatorProcedures extends Object
Connection parameter and
all calls will be made on that connection.
The class makes sure that each procedure call is only prepared once
per instance. Hence, it will keep references to
CallableStatement objects for procedures that have
been called through this instance. This makes it possible to
prepare each procedure call only once per Connection.
Since LOBs can not be parameters to stored procedures, the framework should make sure that calls involving a byte[] or String that does not fit in a VARCHAR (FOR BIT DATA), are split into several calls each operating on a fragment of the LOB.
| Modifier and Type | Field and Description |
|---|---|
String |
failedServer
Stores the last server that failed that lead to failover
and causes the LOB methods to fail on the new server.
|
public volatile String failedServer
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.