Row class

Properties

hashCode int
The hash code for this object.
no setterinherited
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
readColumn(String columnName, {Convert convert = Convert.DynamicType}) → dynamic
Reads column columnName.
readColumnAsBytes(String columnName) Uint8List?
readColumnAsInt(String columnName) int
Reads column columnName and converts to Type.Integer if not an integer.
readColumnAsInt64(String columnName) int
@author Riguz Lee // ----------------------------------------------
readColumnAsText(String columnName) String
Reads column columnName and converts to Type.Text if not text.
readColumnByIndex(int columnIndex, {Convert convert = Convert.DynamicType}) → dynamic
Reads column columnName.
readColumnByIndexAsBytes(int columnIndex) Uint8List?
readColumnByIndexAsInt(int columnIndex) int
Reads column columnIndex and converts to Type.Integer if not an integer.
readColumnByIndexAsInt64(int columnIndex) int
readColumnByIndexAsText(int columnIndex) String
Reads column columnIndex and converts to Type.Text if not text.
toString() String
A string representation of this object.
inherited

Operators

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