FieldRef class
Reference to a field from the parent query.
Used in correlated subqueries to reference the parent table's columns.
where: {'consultantId': FieldRef('id')}
// Generates: WHERE "consultantId" = "t0"."id"
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited