Uses of Class
org.apache.ignite.internal.processors.query.h2.QueryDescriptor
-
Packages that use QueryDescriptor Package Description org.apache.ignite.internal.processors.query.h2 Contains default H2-based indexing SPI implementation.org.apache.ignite.internal.processors.query.h2.dml Contains routines for executing DML statements on top of H2. -
-
Uses of QueryDescriptor in org.apache.ignite.internal.processors.query.h2
Methods in org.apache.ignite.internal.processors.query.h2 that return QueryDescriptor Modifier and Type Method Description QueryDescriptorQueryParserResult. queryDescriptor()Methods in org.apache.ignite.internal.processors.query.h2 with parameters of type QueryDescriptor Modifier and Type Method Description static byteH2StatementCache. queryFlags(QueryDescriptor qryDesc)Constructors in org.apache.ignite.internal.processors.query.h2 with parameters of type QueryDescriptor Constructor Description QueryParserResult(QueryDescriptor qryDesc, QueryParameters qryParams, SqlFieldsQuery remainingQry, @NotNull List<JdbcParameterMeta> paramsMeta, @Nullable QueryParserResultSelect select, @Nullable QueryParserResultDml dml, @Nullable QueryParserResultCommand cmd)Constructor. -
Uses of QueryDescriptor in org.apache.ignite.internal.processors.query.h2.dml
Methods in org.apache.ignite.internal.processors.query.h2.dml with parameters of type QueryDescriptor Modifier and Type Method Description static UpdatePlanUpdatePlanBuilder. planForStatement(QueryDescriptor planKey, GridSqlStatement stmt, IgniteH2Indexing idx, IgniteLogger log, boolean forceFillAbsentPKsWithDefaults)Generate SELECT statements to retrieve data for modifications from and find fast UPDATE or DELETE args, if available.
-