FilterBase class

Container of Filter Keywords below

ConjunctionBase equals(dynamic pValue) ConjunctionBase equalsOrNull(dynamic pValue) ConjunctionBase isNull() ConjunctionBase contains(dynamic pValue) ConjunctionBase startsWith(dynamic pValue) ConjunctionBase endsWith(dynamic pValue) ConjunctionBase between(dynamic pFirst, dynamic pLast) ConjunctionBase greaterThan(dynamic pValue) ConjunctionBase lessThan(dynamic pValue) ConjunctionBase greaterThanOrEquals(dynamic pValue) ConjunctionBase lessThanOrEquals(dynamic pValue) ConjunctionBase inValues(dynamic pValue)

Inheritance

Constructors

FilterBase(ConjunctionBase filterBuilder)

Properties

filterBuilder ConjunctionBase
getter/setter pair
groupByList List<String>
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
havingList List<String>
getter/setter pairinherited
not FilterBase
no setter
param DbParameter
getter/setter pair
result BoolResult?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
whereArguments List
getter/setter pairinherited
whereString String
getter/setter pairinherited

Methods

between(dynamic pFirst, dynamic pLast) ConjunctionBase
contains(dynamic pValue) ConjunctionBase
endsWith(dynamic pValue) ConjunctionBase
equals(dynamic pValue) ConjunctionBase
equalsOrNull(dynamic pValue) ConjunctionBase
greaterThan(dynamic pValue) ConjunctionBase
greaterThanOrEquals(dynamic pValue) ConjunctionBase
inValues(dynamic pValue) ConjunctionBase
isNull() ConjunctionBase
lessThan(dynamic pValue) ConjunctionBase
lessThanOrEquals(dynamic pValue) ConjunctionBase
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCriteria(dynamic pValue, List<DbParameter>? parameters, DbParameter? param, String? sqlSyntax, AddedBlocks? addedBlocks, [dynamic pValue2]) AddedBlocks
inherited
startsWith(dynamic pValue) ConjunctionBase
toString() String
A string representation of this object.
inherited

Operators

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