IndexColumnHint class
- Implemented types
Constructors
Properties
- begin_value ↔ Value?
-
getter/setter pair
- column_name ↔ Int8List?
-
getter/setter pair
- end_value ↔ Value?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- include_begin ↔ bool
-
getter/setter pair
- include_end ↔ bool
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scan_type ↔ int?
-
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 -
isSetBegin_value(
) → bool -
isSetColumn_name(
) → bool -
isSetEnd_value(
) → bool -
isSetInclude_begin(
) → bool -
isSetInclude_end(
) → bool -
isSetScan_type(
) → 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
-
unsetBegin_value(
) → dynamic -
unsetColumn_name(
) → dynamic -
unsetEnd_value(
) → dynamic -
unsetInclude_begin(
) → dynamic -
unsetInclude_end(
) → dynamic -
unsetScan_type(
) → 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
- BEGIN_VALUE → const int
- COLUMN_NAME → const int
- END_VALUE → const int
- INCLUDE_BEGIN → const int
- INCLUDE_END → const int
- SCAN_TYPE → const int