public class QueryParserResultDml extends Object
| Constructor and Description |
|---|
QueryParserResultDml(GridSqlStatement stmt,
boolean mvccEnabled,
@Nullable GridH2Table streamTbl,
UpdatePlan plan)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
mvccEnabled() |
UpdatePlan |
plan() |
GridSqlStatement |
statement() |
boolean |
streamable() |
@Nullable GridH2Table |
streamTable() |
public QueryParserResultDml(GridSqlStatement stmt, boolean mvccEnabled, @Nullable @Nullable GridH2Table streamTbl, UpdatePlan plan)
stmt - Command.mvccEnabled - Whether MVCC is enabled.streamTbl - Streamer table.plan - Update plan.public GridSqlStatement statement()
public boolean mvccEnabled()
@Nullable public @Nullable GridH2Table streamTable()
public boolean streamable()
public UpdatePlan plan()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025