Uses of Interface
org.apache.ignite.internal.processors.query.h2.dml.DmlArgument
-
Packages that use DmlArgument Package Description org.apache.ignite.internal.processors.query.h2.dml Contains routines for executing DML statements on top of H2. -
-
Uses of DmlArgument in org.apache.ignite.internal.processors.query.h2.dml
Methods in org.apache.ignite.internal.processors.query.h2.dml that return DmlArgument Modifier and Type Method Description static DmlArgumentDmlArguments. create(@Nullable GridSqlElement el)Create argument from AST element.Constructor parameters in org.apache.ignite.internal.processors.query.h2.dml with type arguments of type DmlArgument 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.
-