ExecutionResponse class

Implemented types

Constructors

ExecutionResponse()

Properties

comment Int8List?
getter/setter pair
data DataSet?
getter/setter pair
error_code int?
getter/setter pair
error_msg Int8List?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
latency_in_us int
getter/setter pair
plan_desc PlanDescription?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
space_name Int8List?
getter/setter pair

Methods

getFieldValue(int fieldID) → dynamic
Get a field's value by fieldId. Primitive types will be wrapped in the appropriate "boxed" types.
override
isSet(int fieldID) bool
Check if a field is currently set or unset, using the fieldId.
override
isSetComment() bool
isSetData() bool
isSetError_code() bool
isSetError_msg() bool
isSetLatency_in_us() bool
isSetPlan_desc() bool
isSetSpace_name() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(TProtocol iprot) → void
Reads the TObject from the given input protocol.
override
setFieldValue(int fieldID, Object value) → dynamic
Set a field's value by fieldId. Primitive types must be "boxed" in the appropriate object wrapper type.
override
toString() String
A string representation of this object.
override
unsetComment() → dynamic
unsetData() → dynamic
unsetError_code() → dynamic
unsetError_msg() → dynamic
unsetLatency_in_us() → dynamic
unsetPlan_desc() → dynamic
unsetSpace_name() → dynamic
validate() → dynamic
write(TProtocol oprot) → void
Writes the objects out to the oprot protocol.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

COMMENT → const int
DATA → const int
ERROR_CODE → const int
ERROR_MSG → const int
LATENCY_IN_US → const int
PLAN_DESC → const int
SPACE_NAME → const int