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"

Constructors

FieldRef(String fieldName)
const

Properties

fieldName String
final
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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