ConditionElement class abstract

Implementers

Constructors

ConditionElement()

Properties

hashCode int
The hash code for this object.
no setterinherited
isInner bool
Returns true if this conditions performs an "inner join" of related tables/repositories. Returns false if an outer join is needed to not influence other conditions in the query (usually when a condition is inside an OR group).
no setter
parameters List<ConditionParameter>
no setter
parent Condition?
no setter
resolved bool
no setter
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
resolve({Condition? parent, required List<ConditionParameter> parameters}) → void
toString() String
A string representation of this object.
inherited

Operators

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