Class CommandResult
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.h2.CommandResult
-
public class CommandResult extends Object
Command execution result.
-
-
Constructor Summary
Constructors Constructor Description CommandResult(FieldsQueryCursor<List<?>> cur, boolean unregisterRunningQry)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldsQueryCursor<List<?>>cursor()booleanunregisterRunningQuery()
-
-
-
Constructor Detail
-
CommandResult
public CommandResult(FieldsQueryCursor<List<?>> cur, boolean unregisterRunningQry)
Constructor.- Parameters:
cur- Cursor.unregisterRunningQry- Whether running query should be unregistered.
-
-
Method Detail
-
cursor
public FieldsQueryCursor<List<?>> cursor()
- Returns:
- Cursor.
-
unregisterRunningQuery
public boolean unregisterRunningQuery()
- Returns:
- Whether running query should be unregistered.
-
-