NUIDBQueryCombination class

Implemented types

Constructors

NUIDBQueryCombination({@required List<NUIDBQueryInterf> queries, NUIDBQueryOperator operator = NUIDBQueryOperator.AND})

Properties

hashCode int
The hash code for this object.
no setterinherited
operator NUIDBQueryOperator
getter/setter pair
queries List<NUIDBQueryInterf>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

innerAND(InnerLevelQuery query) NUIDBQueryCombination
innerOR(InnerLevelQuery query) NUIDBQueryCombination
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
query(List params) String
override
toString() String
A string representation of this object.
inherited
where({String field, NUIEntType type, NUIDBQueryType condition, dynamic value}) NUIDBQueryCombination

Operators

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