Uses of Class
org.apache.ignite.internal.processors.query.h2.sql.GridSqlStatement
-
Packages that use GridSqlStatement 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.org.apache.ignite.internal.processors.query.h2.sql -
-
Uses of GridSqlStatement in org.apache.ignite.internal.processors.query.h2
Methods in org.apache.ignite.internal.processors.query.h2 that return GridSqlStatement Modifier and Type Method Description @Nullable GridSqlStatementQueryParserResultCommand. commandH2()GridSqlStatementQueryParserResultDml. statement()GridSqlStatementQueryParserResultSelect. statement()Methods in org.apache.ignite.internal.processors.query.h2 with parameters of type GridSqlStatement Modifier and Type Method Description CommandResultCommandProcessor. runCommand(String sql, SqlCommand cmdNative, GridSqlStatement cmdH2, QueryParameters params, @Nullable SqlClientContext cliCtx, long qryId)Execute command.Constructors in org.apache.ignite.internal.processors.query.h2 with parameters of type GridSqlStatement Constructor Description QueryParserResultCommand(@Nullable SqlCommand cmdNative, @Nullable GridSqlStatement cmdH2, boolean noOp)Constructor.QueryParserResultDml(GridSqlStatement stmt, @Nullable GridH2Table streamTbl, UpdatePlan plan)Constructor.QueryParserResultSelect(GridSqlStatement stmt, @Nullable GridCacheTwoStepQuery twoStepQry, List<GridQueryFieldMetadata> meta, List<Integer> cacheIds)Constructor. -
Uses of GridSqlStatement in org.apache.ignite.internal.processors.query.h2.dml
Methods in org.apache.ignite.internal.processors.query.h2.dml with parameters of type GridSqlStatement Modifier and Type Method Description static UpdatePlanUpdatePlanBuilder. planForStatement(QueryDescriptor planKey, GridSqlStatement stmt, IgniteH2Indexing idx, IgniteLogger log, boolean forceFillAbsentPKsWithDefaults)Generate SELECT statements to retrieve data for modifications from and find fast UPDATE or DELETE args, if available. -
Uses of GridSqlStatement in org.apache.ignite.internal.processors.query.h2.sql
Subclasses of GridSqlStatement in org.apache.ignite.internal.processors.query.h2.sql Modifier and Type Class Description classGridSqlAlterTableAddColumnALTER TABLE ADD COLUMN command data holder.classGridSqlAlterTableDropColumnALTER TABLE DROP COLUMN command data holder.classGridSqlCreateIndexCREATE INDEX statement.classGridSqlCreateTableCREATE TABLE statement.classGridSqlDeleteclassGridSqlDropIndexDROP INDEX statement.classGridSqlDropTableDROP TABLE statement.classGridSqlInsertclassGridSqlMergeclassGridSqlQuerySQL Query AST.classGridSqlSelectPlain SELECT query.classGridSqlUnionSelect query with UNION.classGridSqlUpdateMethods in org.apache.ignite.internal.processors.query.h2.sql that return GridSqlStatement Modifier and Type Method Description GridSqlStatementGridSqlStatement. explain(boolean explain)GridSqlStatementGridSqlQueryParser. parse(org.h2.command.Prepared stmt)
-