WhereHas class

Inheritance

Constructors

WhereHas(String tableName, {String? otherTableName})

Properties

columnName String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
operator String?
getter/setter pairinherited
otherTableName String?
getter/setter pair
q String
getter/setter pair
queryBuilder String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableName String
getter/setter pair
type WhereTypes
getter/setter pairinherited
value String?
getter/setter pairinherited
whereGroup List<WhereGroup>?
getter/setter pairinherited

Methods

function(dynamic query(Transaction)) Wheres
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
querybuilder(dynamic query) Wheres
inherited
toString() String
A string representation of this object.
inherited

Operators

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