| Package | Description |
|---|---|
| com.pivotal.gemfirexd.internal.client.am | |
| com.pivotal.gemfirexd.internal.client.net |
| Modifier and Type | Class and Description |
|---|---|
class |
CallableStatement40 |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CallableStatement |
Connection.newCallableStatement_(String sql,
int type,
int concurrency,
int holdability) |
CallableStatement |
ClientJDBCObjectFactory.newCallableStatement(Agent agent,
Connection connection,
String sql,
int type,
int concurrency,
int holdability,
ClientPooledConnection cpc)
Returns an instance of com.pivotal.gemfirexd.internal.client.am.CallableStatement.
|
CallableStatement |
Connection.prepareMessageProc(String sql) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
Connection.resetCallableStatement_(CallableStatement cs,
String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
protected void |
Connection.resetPrepareCall(CallableStatement cs) |
void |
LogWriter.traceExit(Object instance,
String methodName,
CallableStatement returnValue) |
| Modifier and Type | Method and Description |
|---|---|
protected CallableStatement |
NetConnection.newCallableStatement_(String sql,
int type,
int concurrency,
int holdability) |
CallableStatement |
ClientJDBCObjectFactoryImpl40.newCallableStatement(Agent agent,
Connection connection,
String sql,
int type,
int concurrency,
int holdability,
ClientPooledConnection cpc)
Returns an instance of com.pivotal.gemfirexd.internal.client.am.CallableStatement.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
NetConnection.resetCallableStatement_(CallableStatement cs,
String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.