Uses of Class
org.apache.ignite.internal.processors.query.h2.QueryParameters
-
Packages that use QueryParameters Package Description org.apache.ignite.internal.processors.query.h2 Contains default H2-based indexing SPI implementation. -
-
Uses of QueryParameters in org.apache.ignite.internal.processors.query.h2
Methods in org.apache.ignite.internal.processors.query.h2 that return QueryParameters Modifier and Type Method Description QueryParametersQueryParser. queryParameters(SqlFieldsQuery qry)Create parameters from query.QueryParametersQueryParserResult. queryParameters()QueryParametersQueryParameters. toSingleBatchedArguments(Object[] args)Convert current batched arguments to a form with single arguments.Methods in org.apache.ignite.internal.processors.query.h2 with parameters of type QueryParameters Modifier and Type Method Description CommandResultCommandProcessor. runCommand(String sql, SqlCommand cmdNative, GridSqlStatement cmdH2, QueryParameters params, @Nullable SqlClientContext cliCtx, long qryId)Execute command.FieldsQueryCursor<List<?>>CommandProcessor. runNativeCommand(String sql, SqlCommand cmdNative, QueryParameters params, @Nullable SqlClientContext cliCtx, Long qryId)Execute native command.Constructors in org.apache.ignite.internal.processors.query.h2 with parameters of type QueryParameters Constructor Description QueryParserResult(QueryDescriptor qryDesc, QueryParameters qryParams, SqlFieldsQuery remainingQry, @NotNull List<JdbcParameterMeta> paramsMeta, @Nullable QueryParserResultSelect select, @Nullable QueryParserResultDml dml, @Nullable QueryParserResultCommand cmd)Constructor.
-