| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| 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 |
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<?>>> |
GatewayProtectedCacheProxy.queryMultipleStatements(SqlFieldsQuery qry)
Queries cache with multiple statements.
|
List<FieldsQueryCursor<List<?>>> |
IgniteCacheProxyImpl.queryMultipleStatements(SqlFieldsQuery qry)
Queries cache with multiple statements.
|
List<FieldsQueryCursor<List<?>>> |
IgniteCacheProxy.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(GridCacheContext<?,?> cctx,
SqlFieldsQuery qry,
boolean keepBinary) |
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,
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,
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.4.0 Release Date : March 5 2018