| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.cache.query |
Contains APIs for creating and executing cache queries.
|
| org.apache.ignite.client | |
| org.apache.ignite.internal.client.thin | |
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.internal.processors.query |
| Modifier and Type | Method and Description |
|---|---|
FieldsQueryCursor<List<?>> |
IgniteCache.query(SqlFieldsQuery qry)
Queries cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BulkLoadContextCursor
A special FieldsQueryCursor subclass that is used as a sentinel to transfer data from bulk load
(COPY) command to the JDBC or other client-facing driver: the bulk load batch processor
and parameters to send to the client.
|
| Modifier and Type | Method and Description |
|---|---|
FieldsQueryCursor<List<?>> |
ClientCache.query(SqlFieldsQuery qry)
Convenience method to execute
SqlFieldsQuery. |
FieldsQueryCursor<List<?>> |
IgniteClient.query(SqlFieldsQuery qry)
Execute SQL query and get cursor to iterate over results.
|
| Modifier and Type | Method and Description |
|---|---|
FieldsQueryCursor<List<?>> |
TcpIgniteClient.query(SqlFieldsQuery qry)
Execute SQL query and get cursor to iterate over results.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueryCursorImpl<T>
Query cursor implementation.
|
| Modifier and Type | Method and Description |
|---|---|
FieldsQueryCursor<List<?>> |
GatewayProtectedCacheProxy.query(SqlFieldsQuery qry)
Queries cache.
|
FieldsQueryCursor<List<?>> |
IgniteCacheProxyImpl.query(SqlFieldsQuery qry)
Queries cache.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldsQueryCursor<List<?>>> |
IgniteCacheProxy.queryMultipleStatements(SqlFieldsQuery qry)
Queries cache with multiple statements.
|
List<FieldsQueryCursor<List<?>>> |
GatewayProtectedCacheProxy.queryMultipleStatements(SqlFieldsQuery qry)
Queries cache with multiple statements.
|
List<FieldsQueryCursor<List<?>>> |
IgniteCacheProxyImpl.queryMultipleStatements(SqlFieldsQuery qry)
Queries cache with multiple statements.
|
| Modifier and Type | Method and Description |
|---|---|
FieldsQueryCursor<List<?>> |
GridQueryIndexing.queryLocalSqlFields(String schemaName,
SqlFieldsQuery qry,
boolean keepBinary,
IndexingQueryFilter filter,
GridQueryCancel cancel)
Queries individual fields (generally used by JDBC drivers).
|
FieldsQueryCursor<List<?>> |
GridQueryProcessor.querySqlFields(SqlFieldsQuery qry,
boolean keepBinary)
Query SQL fields.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldsQueryCursor<List<?>>> |
GridQueryProcessor.querySqlFields(GridCacheContext<?,?> cctx,
SqlFieldsQuery qry,
SqlClientContext cliCtx,
boolean keepBinary,
boolean failOnMultipleStmts)
Query SQL fields.
|
List<FieldsQueryCursor<List<?>>> |
GridQueryProcessor.querySqlFields(SqlFieldsQuery qry,
boolean keepBinary,
boolean failOnMultipleStmts)
Query SQL fields.
|
List<FieldsQueryCursor<List<?>>> |
GridQueryIndexing.querySqlFields(String schemaName,
SqlFieldsQuery qry,
SqlClientContext cliCtx,
boolean keepBinary,
boolean failOnMultipleStmts,
GridQueryCancel cancel)
Detect whether SQL query should be executed in distributed or local manner and execute it.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018