Package | Description |
---|---|
com.gigaspaces.proxy_pool | |
com.j_spaces.jdbc.driver |
Provides GigaSpaces JDBC interfaces
|
Modifier and Type | Method and Description |
---|---|
GConnection |
SpaceProxyPoolFactory.createClonedProxy(IJSpace space,
Properties props) |
GConnection |
BusyValue.getConnection() |
GConnection |
SpaceProxyPool.getOrCreate(IJSpace ijSpace,
String sessionId,
Properties props)
Get connection for specific sessionId.
|
Modifier and Type | Method and Description |
---|---|
void |
SpaceProxyPool.putBack(GConnection gConnection,
String sessionId,
String spaceName)
Put back the connection after usage
|
void |
BusyValue.setConnection(GConnection connection) |
Constructor and Description |
---|
BusyValue(int refCount,
GConnection connection) |
Modifier and Type | Field and Description |
---|---|
protected GConnection |
GStatement.connection |
Modifier and Type | Method and Description |
---|---|
static GConnection |
GConnection.getInstance(IJSpace space) |
static GConnection |
GConnection.getInstance(IJSpace space,
Properties properties) |
Constructor and Description |
---|
GDatabaseMetaData(GConnection connection) |
GPreparedStatement(GConnection con,
String sql) |
GStatement(GConnection connection) |
Copyright © GigaSpaces.