IndexItem class

Implemented types

Constructors

IndexItem()

Properties

comment Int8List?
getter/setter pair
fields List<ColumnDef>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index_id int
getter/setter pair
index_name Int8List?
getter/setter pair
index_params IndexParams?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema_id SchemaID?
getter/setter pair
schema_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
isSetFields() bool
isSetIndex_id() bool
isSetIndex_name() bool
isSetIndex_params() bool
isSetSchema_id() bool
isSetSchema_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
unsetFields() → dynamic
unsetIndex_id() → dynamic
unsetIndex_name() → dynamic
unsetIndex_params() → dynamic
unsetSchema_id() → dynamic
unsetSchema_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
FIELDS → const int
INDEX_ID → const int
INDEX_NAME → const int
INDEX_PARAMS → const int
SCHEMA_ID → const int
SCHEMA_NAME → const int