Uses of Class
org.apache.ignite.internal.processors.query.h2.sql.GridSqlDelete
-
Packages that use GridSqlDelete 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 GridSqlDelete in org.apache.ignite.internal.processors.query.h2.dml
Methods in org.apache.ignite.internal.processors.query.h2.dml with parameters of type GridSqlDelete Modifier and Type Method Description static FastUpdateDmlAstUtils. getFastDeleteArgs(GridSqlDelete del)static GridSqlSelectDmlAstUtils. selectForDelete(GridSqlDelete del)Generate SQL SELECT based on DELETE's WHERE, LIMIT, etc. -
Uses of GridSqlDelete in org.apache.ignite.internal.processors.query.h2.sql
Methods in org.apache.ignite.internal.processors.query.h2.sql that return GridSqlDelete Modifier and Type Method Description GridSqlDeleteGridSqlDelete. from(GridSqlElement from)GridSqlDeleteGridSqlDelete. where(GridSqlElement where)
-