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._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 |
Join |
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 |
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.