Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.cache.query |
Contains APIs for creating and executing cache queries.
|
Modifier and Type | Method and Description |
---|---|
QueryCursor<List<?>> |
IgniteCache.localQueryFields(SqlFieldsQuery qry)
Queries separate entry fields locally.
|
QueryCursor<List<?>> |
IgniteCache.queryFields(SqlFieldsQuery qry)
Queries separate entry fields.
|
Modifier and Type | Method and Description |
---|---|
SqlFieldsQuery |
SqlFieldsQuery.setArgs(Object... args)
Sets SQL arguments.
|
SqlFieldsQuery |
SqlFieldsQuery.setSql(String sql)
Sets SQL clause.
|
static SqlFieldsQuery |
Query.sql(String sql)
Factory method for SQL fields queries.
|
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015