Uses of Class
org.apache.ignite.internal.processors.query.h2.dml.FastUpdate
-
Packages that use FastUpdate Package Description org.apache.ignite.internal.processors.query.h2.dml Contains routines for executing DML statements on top of H2. -
-
Uses of FastUpdate in org.apache.ignite.internal.processors.query.h2.dml
Methods in org.apache.ignite.internal.processors.query.h2.dml that return FastUpdate Modifier and Type Method Description static FastUpdateFastUpdate. create(GridSqlElement key, GridSqlElement val, @Nullable GridSqlElement newVal)Create fast update instance.static FastUpdateDmlAstUtils. getFastDeleteArgs(GridSqlDelete del)static FastUpdateDmlAstUtils. getFastUpdateArgs(GridSqlUpdate update)Constructors in org.apache.ignite.internal.processors.query.h2.dml with parameters of type FastUpdate Constructor Description UpdatePlan(UpdateMode mode, GridH2Table tbl, String[] colNames, int[] colTypes, KeyValueSupplier keySupplier, KeyValueSupplier valSupplier, int keyColIdx, int valColIdx, String selectQry, boolean isLocSubqry, List<List<DmlArgument>> rows, int rowsNum, @Nullable FastUpdate fastUpdate, @Nullable DmlDistributedPlanInfo distributed, boolean canSelectBeLazy, boolean fillAbsentPKsWithDefaults)Constructor.UpdatePlan(UpdateMode mode, GridH2Table tbl, String selectQry, @Nullable FastUpdate fastUpdate, @Nullable DmlDistributedPlanInfo distributed)Constructor for delete operation or fast update.
-