ExprDataSet class abstract

Corresponds to Pascal TmyParser Corresponds to Delphi's TDataSet/TField: the evaluator can register datasets, and expressions read values via Dataset.COUNT / .BOF / .EOF / .STATE / .field (FindField).

Constructors

ExprDataSet()

Properties

bof bool
no setter
eof bool
no setter
hashCode int
The hash code for this object.
no setterinherited
recordCount int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String
no setter

Methods

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

Operators

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