Uses of Class
com.j_spaces.jdbc.driver.GConnection
Packages that use GConnection
Package
Description
Provides GigaSpaces JDBC interfaces
-
Uses of GConnection in com.gigaspaces.proxy_pool
Methods in com.gigaspaces.proxy_pool that return GConnectionModifier and TypeMethodDescriptionSpaceProxyPoolFactory.createClonedProxy(IJSpace space, Properties props) BusyValue.getConnection()SpaceProxyPool.getOrCreate(IJSpace ijSpace, String sessionId, Properties props) Get connection for specific sessionId.Methods in com.gigaspaces.proxy_pool with parameters of type GConnectionModifier and TypeMethodDescriptionvoidSpaceProxyPool.putBack(GConnection gConnection, String sessionId, String spaceName) Put back the connection after usagevoidBusyValue.setConnection(GConnection connection) Constructors in com.gigaspaces.proxy_pool with parameters of type GConnection -
Uses of GConnection in com.j_spaces.jdbc.driver
Fields in com.j_spaces.jdbc.driver declared as GConnectionMethods in com.j_spaces.jdbc.driver that return GConnectionModifier and TypeMethodDescriptionstatic GConnectionGConnection.getInstance(IJSpace space) static GConnectionGConnection.getInstance(IJSpace space, Properties properties) Constructors in com.j_spaces.jdbc.driver with parameters of type GConnectionModifierConstructorDescriptionGDatabaseMetaData(GConnection connection) GPreparedStatement(GConnection con, String sql) GStatement(GConnection connection)