Uses of Class
org.apache.ignite.internal.processors.query.h2.sql.GridSqlUpdate
-
Packages that use GridSqlUpdate Package Description 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.sql -
-
Uses of GridSqlUpdate in org.apache.ignite.internal.processors.query.h2.dml
Methods in org.apache.ignite.internal.processors.query.h2.dml with parameters of type GridSqlUpdate Modifier and Type Method Description static FastUpdateDmlAstUtils. getFastUpdateArgs(GridSqlUpdate update)static GridSqlSelectDmlAstUtils. selectForUpdate(GridSqlUpdate update)Generate SQL SELECT based on UPDATE's WHERE, LIMIT, etc. -
Uses of GridSqlUpdate in org.apache.ignite.internal.processors.query.h2.sql
Methods in org.apache.ignite.internal.processors.query.h2.sql that return GridSqlUpdate Modifier and Type Method Description GridSqlUpdateGridSqlUpdate. cols(ArrayList<GridSqlColumn> cols)GridSqlUpdateGridSqlUpdate. set(LinkedHashMap<String,GridSqlElement> set)GridSqlUpdateGridSqlUpdate. target(GridSqlElement target)GridSqlUpdateGridSqlUpdate. where(GridSqlElement where)
-