| Package | Description |
|---|---|
| com.pivotal.gemfirexd.internal.client.am | |
| com.pivotal.gemfirexd.internal.client.net |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingLogicalConnection
A logical connection used in a connection pool with capabilities for
caching prepared statements.
|
class |
CachingLogicalConnection40
A logical connection used in a connection pool with capabilities for
caching prepared statements.
|
class |
LogicalConnection40
A simple delegation wrapper handle for a physical connection.
|
| 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. |
LogicalConnection |
ClientJDBCObjectFactory.newLogicalConnection(Connection physicalConnection,
ClientPooledConnection pooledConnection)
Returns an instance of LogicalConnection.
|
| 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. |
LogicalConnection |
ClientJDBCObjectFactoryImpl40.newLogicalConnection(Connection physicalConnection,
ClientPooledConnection pooledConnection)
Returns an instance of LogicalConnection.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.