| Package | Description | 
|---|---|
| com.gigaspaces.internal.utils.collections | |
| com.j_spaces.jdbc | Provides GigaSpaces JDBC interfaces | 
| com.j_spaces.jdbc.parser.grammar | |
| com.j_spaces.jdbc.query | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ConcurrentHashMap<String,SoftReference<com.gigaspaces.internal.utils.collections.ConcurrentSoftCache.DoubleRef<String,Query>>> | ConcurrentSoftCache. _mapDeprecated.  | 
| 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  | AlterTableQueryThe ALTER TABLE implementation. | 
| class  | CommitQueryThis class handles the COMMIT or ROLLBACK logic. | 
| class  | CreateTableQueryThis class handles the CREATE TABLE logic. | 
| class  | DeleteQueryThis class handles the DELETE query logic. | 
| class  | DropTableQueryThe Drop table implementation. | 
| class  | InsertQueryThis class handles the INSERT query logic. | 
| class  | Join | 
| class  | ProcedureQuery | 
| class  | SelectQueryThis class handles the SELECT query logic. | 
| class  | UpdateQuery | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Query | QueryCache. getQueryFromCache(String statement) | 
| Query | Join. getSubQuery() | 
| 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) | 
| Constructor and Description | 
|---|
| Join(String joinType,
    Query subQuery,
    ExpNode onExpression,
    String tableName,
    String alias) | 
| 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 | SqlParser. updateSql() | 
| Modifier and Type | Method and Description | 
|---|---|
| Query | QueryTableData. getSubQuery() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | QueryTableData. setSubQuery(Query subQuery) | 
Copyright © GigaSpaces.