TupleDataColumn class

Constructors

TupleDataColumn({required int dataType, required int length, required String data})

Properties

data String
Data is the value of the column, in text format. n is the above length.
final
dataType int
Indicates the how does the data is stored. Byte1('n') Identifies the data as NULL value. Or Byte1('u') Identifies unchanged TOASTed value (the actual value is not sent). Or Byte1('t') Identifies the data as text formatted value. Or Byte1('b') Identifies the data as binary value.
final
dataTypeName String
no setter
hashCode int
The hash code for this object.
no setterinherited
length int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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