SpaceDesc class

Implemented types

Constructors

SpaceDesc.new()

Properties

charset_name Int8List?
getter/setter pair
collate_name Int8List?
getter/setter pair
comment Int8List?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isolation_level int?
getter/setter pair
partition_num int
getter/setter pair
replica_factor int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
space_name Int8List?
getter/setter pair
vid_type ColumnTypeDef?
getter/setter pair
zone_names List<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
isSetCharset_name() bool
isSetCollate_name() bool
isSetComment() bool
isSetIsolation_level() bool
isSetPartition_num() bool
isSetReplica_factor() bool
isSetSpace_name() bool
isSetVid_type() bool
isSetZone_names() 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
unsetCharset_name() → dynamic
unsetCollate_name() → dynamic
unsetComment() → dynamic
unsetIsolation_level() → dynamic
unsetPartition_num() → dynamic
unsetReplica_factor() → dynamic
unsetSpace_name() → dynamic
unsetVid_type() → dynamic
unsetZone_names() → 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

CHARSET_NAME → const int
COLLATE_NAME → const int
COMMENT → const int
ISOLATION_LEVEL → const int
PARTITION_NUM → const int
REPLICA_FACTOR → const int
SPACE_NAME → const int
VID_TYPE → const int
ZONE_NAMES → const int