public class QueryParserResultCommand extends Object
| Constructor and Description |
|---|
QueryParserResultCommand(@Nullable SqlCommand cmdNative,
@Nullable GridSqlStatement cmdH2,
boolean noOp)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable GridSqlStatement |
commandH2() |
@Nullable SqlCommand |
commandNative() |
boolean |
noOp() |
public QueryParserResultCommand(@Nullable
@Nullable SqlCommand cmdNative,
@Nullable
@Nullable GridSqlStatement cmdH2,
boolean noOp)
cmdNative - Command (native).cmdH2 - Command (H2).noOp - Whether this is a no-op command.@Nullable public @Nullable SqlCommand commandNative()
@Nullable public @Nullable GridSqlStatement commandH2()
public boolean noOp()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025