| Package | Description |
|---|---|
| com.pivotal.gemfirexd.internal.client.am | |
| com.pivotal.gemfirexd.internal.client.net |
| Modifier and Type | Method and Description |
|---|---|
LogicalConnection |
ClientJDBCObjectFactory.newCachingLogicalConnection(Connection physicalConnection,
ClientPooledConnection pooledConnection,
JDBCStatementCache stmtCache)
Returns an instance of a
CachingLogicalConnection, which
provides caching of prepared statements. |
| Constructor and Description |
|---|
CachingLogicalConnection(Connection physicalConnection,
ClientPooledConnection pooledConnection,
JDBCStatementCache stmtCache)
Creates a new logical connection which caches prepared statements.
|
CachingLogicalConnection40(Connection physicalConnection,
ClientPooledConnection pooledConnection,
JDBCStatementCache stmtCache)
Creates a new logical connection which caches prepared statements.
|
| Modifier and Type | Method and Description |
|---|---|
LogicalConnection |
ClientJDBCObjectFactoryImpl40.newCachingLogicalConnection(Connection physicalConnection,
ClientPooledConnection pooledConnection,
JDBCStatementCache stmtCache)
Returns an instance of a
CachingLogicalConnection, which
provides caching of prepared statements. |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.