ValueReader class

A class provide a method to read value SQLite Value or Column from select query.

Constructors

ValueReader(PtrPtrValue values)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values PtrPtrValue
final

Methods

blobValueAt(int index, [int? type]) Uint8List?
Read binary value by index.
doubleValueAt(int index, [int? type]) double?
Read a double value by index.
intValueAt(int index, [bool bit32 = false, int? type]) int?
Read an integer value by index.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stringValueAt(int index, [int? type]) String?
Read a string value by index.
toString() String
A string representation of this object.
inherited
valueAt<T>(int index) → T?
Read an appropriate value from SQLite Value or Column based on SQLite type affinity by index.
valueType(int index) int
get value type

Operators

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