Uses of Package
org.apache.ignite.internal.processors.query.h2
-
Packages that use org.apache.ignite.internal.processors.query.h2 Package Description org.apache.ignite.internal.processors.query.h2 Contains default H2-based indexing SPI implementation.org.apache.ignite.internal.processors.query.h2.affinity org.apache.ignite.internal.processors.query.h2.dml Contains routines for executing DML statements on top of H2.org.apache.ignite.internal.processors.query.h2.opt org.apache.ignite.internal.processors.query.h2.opt.join org.apache.ignite.internal.processors.query.h2.sql org.apache.ignite.internal.processors.query.h2.twostep org.apache.ignite.internal.processors.query.h2.twostep.msg -
Classes in org.apache.ignite.internal.processors.query.h2 used by org.apache.ignite.internal.processors.query.h2 Class Description CommandResult Command execution result.ConnectionManager H2 connection manager.DistributedIndexingConfiguration Distributed configuration of the indexing module.GridCacheTwoStepQuery Two step map-reduce style query.H2DatabaseType Enum that helps to map java types to database types.H2PooledConnection Pooled connection wrapper to use close semantic to recycle connection (return to the pool).H2QueryInfo Base H2 query info with commons for MAP, LOCAL, REDUCE queries.H2QueryInfo.QueryType Query type.H2ResultSetIterator Iterator over result set.H2SchemaManager H2 schema manager.H2TableDescriptor Information about table in database.H2Utils.Getter Field getter.H2Utils.Setter Field getter.IgniteH2Indexing Indexing implementation based on H2 database engine.QueryDescriptor Key for cached two-step query.QueryParameters Query parameters which vary between requests having the same execution plan.QueryParser Parser module.QueryParserResult Result of parsing and splitting SQL fromSqlFieldsQuery.QueryParserResultCommand Parsing result: command.QueryParserResultDml Parsing result for DML statement.QueryParserResultSelect Parsing result for SELECT.QueryTable Query table descriptor.ThreadLocalObjectPool.Reusable Wrapper for a pooled object with capability to return the object to a pool.UpdateResult Update result - modifications count and keys to re-run query with, if needed. -
Classes in org.apache.ignite.internal.processors.query.h2 used by org.apache.ignite.internal.processors.query.h2.affinity Class Description IgniteH2Indexing Indexing implementation based on H2 database engine. -
Classes in org.apache.ignite.internal.processors.query.h2 used by org.apache.ignite.internal.processors.query.h2.dml Class Description IgniteH2Indexing Indexing implementation based on H2 database engine.QueryDescriptor Key for cached two-step query.UpdateResult Update result - modifications count and keys to re-run query with, if needed. -
Classes in org.apache.ignite.internal.processors.query.h2 used by org.apache.ignite.internal.processors.query.h2.opt Class Description H2TableDescriptor Information about table in database.QueryTable Query table descriptor. -
Classes in org.apache.ignite.internal.processors.query.h2 used by org.apache.ignite.internal.processors.query.h2.opt.join Class Description H2Cursor Cursor. -
Classes in org.apache.ignite.internal.processors.query.h2 used by org.apache.ignite.internal.processors.query.h2.sql Class Description GridCacheTwoStepQuery Two step map-reduce style query.H2PooledConnection Pooled connection wrapper to use close semantic to recycle connection (return to the pool).IgniteH2Indexing Indexing implementation based on H2 database engine. -
Classes in org.apache.ignite.internal.processors.query.h2 used by org.apache.ignite.internal.processors.query.h2.twostep Class Description GridCacheTwoStepQuery Two step map-reduce style query.IgniteH2Indexing Indexing implementation based on H2 database engine.UpdateResult Update result - modifications count and keys to re-run query with, if needed. -
Classes in org.apache.ignite.internal.processors.query.h2 used by org.apache.ignite.internal.processors.query.h2.twostep.msg Class Description QueryTable Query table descriptor.