ConditionParameter class

Inheritance

Properties

contextKey String?
getter/setter pair
contextKeyPosition int?
getter/setter pair
contextPosition int?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
hasIndex bool
no setter
hasKey bool
no setter
index int?
final
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 setterinherited
isPositional bool
no setter
key String?
final
parameters List<ConditionParameter>
no setterinherited
parent Condition?
no setterinherited
resolved bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getValue({Object? parameters, List? positionalParameters, Map<String, Object?>? namedParameters, Map<String, Object?>? encodingParameters}) Object?
greaterThan(Object? value, {Object? parameters, List? positionalParameters, Map<String, Object?>? namedParameters, EntityHandler? entityHandler}) bool
greaterThanOrEqual(Object? value, {Object? parameters, List? positionalParameters, Map<String, Object?>? namedParameters, EntityHandler? entityHandler}) bool
lessThan(Object? value, {Object? parameters, List? positionalParameters, Map<String, Object?>? namedParameters, EntityHandler? entityHandler}) bool
lessThanOrEqual(Object? value, {Object? parameters, List? positionalParameters, Map<String, Object?>? namedParameters, EntityHandler? entityHandler}) bool
matches(Object? value, {Object? parameters, List? positionalParameters, Map<String, Object?>? namedParameters, EntityHandler? entityHandler}) bool
matchesIn(List values, {Object? parameters, List? positionalParameters, Map<String, Object?>? namedParameters, EntityHandler? entityHandler}) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve({Condition? parent, required List<ConditionParameter> parameters}) → void
override
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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