| Package | Description | 
|---|---|
| com.gigaspaces.internal.utils.collections | |
| com.j_spaces.jdbc | 
 Provides GigaSpaces JDBC interfaces 
 | 
| com.j_spaces.jdbc.parser.grammar | 
| Modifier and Type | Field and Description | 
|---|---|
protected ConcurrentHashMap<String,SoftReference<com.gigaspaces.internal.utils.collections.ConcurrentSoftCache.DoubleRef<String,Query>>> | 
ConcurrentSoftCache._map
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
Query | 
ConcurrentSoftCache.getQueryFromCache(String statement)
Deprecated.  
  | 
Query | 
ConcurrentBoundedCache.getQueryFromCache(String statement)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ConcurrentSoftCache.addQueryToCache(String statement,
               Query query)
Deprecated.  
  | 
void | 
ConcurrentBoundedCache.addQueryToCache(String statement,
               Query query)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractDMLQuery  | 
class  | 
AlterTableQuery
The ALTER TABLE implementation. 
 | 
class  | 
CommitQuery
This class handles the COMMIT or ROLLBACK logic. 
 | 
class  | 
CreateTableQuery
This class handles the CREATE TABLE logic. 
 | 
class  | 
DeleteQuery
This class handles the DELETE query logic. 
 | 
class  | 
DropTableQuery
The Drop table implementation. 
 | 
class  | 
InsertQuery
This class handles the INSERT query logic. 
 | 
class  | 
ProcedureQuery  | 
class  | 
SelectQuery
This class handles the SELECT query logic. 
 | 
class  | 
UpdateQuery  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract Query | 
QueryCache.getQueryFromCache(String statement)  | 
Query | 
QueryHandler.handleStatement(RequestPacket request,
               ISpaceProxy space)
The main method to handle the query. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
QueryCache.addQueryToCache(String statement,
               Query query)  | 
| Modifier and Type | Method and Description | 
|---|---|
Query | 
SqlParser.alterTable()  | 
Query | 
SqlParser.commit()  | 
Query | 
SqlParser.createTable()  | 
Query | 
SqlParser.deleteSql()  | 
Query | 
SqlParser.dropTable()  | 
Query | 
SqlParser.insertSql()  | 
Query | 
SqlParser.parseStatement()  | 
Query | 
T.parseString(String input)  | 
Query | 
SqlParser.selectSql()  | 
Query | 
SqlParser.updateSql()  | 
Copyright © GigaSpaces.