| Package | Description |
|---|---|
| com.pivotal.gemfirexd.internal.client.am | |
| com.pivotal.gemfirexd.internal.client.net |
| Modifier and Type | Method and Description |
|---|---|
LogicalCallableStatement |
ClientJDBCObjectFactory.newLogicalCallableStatement(Agent agent,
CallableStatement cs,
StatementKey stmtKey,
StatementCacheInteractor cacheInteractor)
Returns a new logical callable statement object.
|
LogicalPreparedStatement |
ClientJDBCObjectFactory.newLogicalPreparedStatement(Agent agent,
PreparedStatement ps,
StatementKey stmtKey,
StatementCacheInteractor cacheInteractor)
Returns a new logcial prepared statement object.
|
| Constructor and Description |
|---|
LogicalCallableStatement(Agent agent,
CallableStatement physicalCs,
StatementKey stmtKey,
StatementCacheInteractor cacheInteractor)
Creates a new logical callable statement.
|
LogicalCallableStatement40(Agent agent,
CallableStatement physicalCs,
StatementKey stmtKey,
StatementCacheInteractor cacheInteractor)
Creates a new logical callable statement.
|
LogicalPreparedStatement(Agent agent,
PreparedStatement physicalPs,
StatementKey stmtKey,
StatementCacheInteractor cacheInteractor)
Creates a new logical prepared statement.
|
LogicalPreparedStatement40(Agent agent,
PreparedStatement physicalPs,
StatementKey stmtKey,
StatementCacheInteractor cacheInteractor)
Creates a new logical prepared statement.
|
| Modifier and Type | Method and Description |
|---|---|
LogicalCallableStatement |
ClientJDBCObjectFactoryImpl40.newLogicalCallableStatement(Agent agent,
CallableStatement cs,
StatementKey stmtKey,
StatementCacheInteractor cacheInteractor)
Returns a new logical callable statement object.
|
LogicalPreparedStatement |
ClientJDBCObjectFactoryImpl40.newLogicalPreparedStatement(Agent agent,
PreparedStatement ps,
StatementKey stmtKey,
StatementCacheInteractor cacheInteractor)
Returns a new logcial prepared statement object.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.