Interface | Description |
---|---|
IProcedure | Deprecated
Use
Task or DistributedTask
instead. |
IQueryProcessor |
Remote interface for the
QueryProcessor . |
Query |
An interface that represents an SQL query.
|
QuerySessionMBean | |
SqlConstants |
SqlConstants - defines constant values and keywords used in SqlParser
|
SqlParserConstants |
Class | Description |
---|---|
AbstractDMLQuery | |
AggregationsUtil |
Utility to help perform aggregation queries on space from JDBC
|
AlterTableQuery |
The ALTER TABLE implementation.
|
CommitQuery |
This class handles the COMMIT or ROLLBACK logic.
|
ConnectionContext |
The context of the
GConnection |
CreateTableQuery |
This class handles the CREATE TABLE logic.
|
DeleteQuery |
This class handles the DELETE query logic.
|
DropTableQuery |
The Drop table implementation.
|
ExplainPlanResponsePacket | |
ExtendedRequestPacket | |
FunctionCallColumn | |
InsertQuery |
This class handles the INSERT query logic.
|
Join | |
JoinedEntry |
This class represents an entry that was constructed from a join between several tables.
|
NumberUtil |
Utility for handling number functions
|
OrderColumn |
Created by anna on 11/26/14.
|
ProcedureQuery | |
QueryCache |
Caches JDBC queries by their string representation
|
QueryHandler |
QueryHandler executes the JDBC statements set by the
GConnection . |
QueryProcessor |
The QueryProcessor main class.
|
QueryProcessorConfiguration |
Configuration object for the QueryProcessor
|
QueryProcessorFactory |
Factory for QueryProcessor that creates the appropriate instance according to configuration
|
QueryProcessorStub |
Smart stub for the
QueryProcessor |
QuerySession |
This is a wrapper class that holds the information relevant per session that the QueryHandler
should use.
|
RequestPacket |
The RequestPacket class.
|
ResponsePacket |
The ResponsePacket class.
|
ResultEntry |
This is the result from which a ResultSet will be constructed in response to a SELECT query.
|
SelectColumn |
This class represents a column in a select query.
|
SelectQuery |
This class handles the SELECT query logic.
|
SQLFunctions |
Created by Barak Bar Orion on 1/20/16.
|
SQLFunctionsExtended | |
SQLUtil |
SQLUtil defines utility methods for the SQL query classes
|
Stack<E> |
Simple implementation of Stack data structure.
|
UpdateColumn |
Represents an SQL UPDATE query column.
|
UpdateQuery |
Enum | Description |
---|---|
Join.JoinType | |
RequestPacket.Type |
Copyright © GigaSpaces.