Uses of Class
org.apache.ignite.internal.processors.query.h2.CommandResult
-
Packages that use CommandResult Package Description org.apache.ignite.internal.processors.query.h2 Contains default H2-based indexing SPI implementation. -
-
Uses of CommandResult in org.apache.ignite.internal.processors.query.h2
Methods in org.apache.ignite.internal.processors.query.h2 that return CommandResult Modifier and Type Method Description CommandResultCommandProcessor. runCommand(String sql, SqlCommand cmdNative, GridSqlStatement cmdH2, QueryParameters params, @Nullable SqlClientContext cliCtx, long qryId)Execute command.
-