Uses of Package
org.apache.ignite.internal.processors.query.h2.dml
-
Packages that use org.apache.ignite.internal.processors.query.h2.dml 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. -
Classes in org.apache.ignite.internal.processors.query.h2.dml used by org.apache.ignite.internal.processors.query.h2 Class Description UpdatePlan Update plan - where to take data to update cache from and how to construct new keys and values, if needed. -
Classes in org.apache.ignite.internal.processors.query.h2.dml used by org.apache.ignite.internal.processors.query.h2.dml Class Description DmlArgument DML argumentDmlDistributedPlanInfo Additional information about distributed update plan.FastUpdate Arguments for fast, query-less UPDATE or DELETE - key and, optionally, value and new value.KeyValueSupplier Method to construct new instances of keys and values on SQL MERGE and INSERT, as well as to build new values during UPDATE - a function that takes a row selected from DB and then transforms it into new object.UpdateMode DML statement execution plan type - MERGE/INSERT from rows or subquery, or UPDATE/DELETE from subquery or literals/params based.UpdatePlan Update plan - where to take data to update cache from and how to construct new keys and values, if needed.