InOperation<ValType> class
An in expression
- Inheritance
-
- Object
- Expression
- InOperation
Constructors
-
InOperation(Field<
ValType> field, Set<ValType> values) -
const
Properties
-
field
→ Field<
ValType> -
The field/column of the condition
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- length → int
-
Always returns 1 because in-between is not a composite expression
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
→ Set<
ValType> -
The values
final
Methods
-
and(
Expression exp) → And -
Creates a 'logical and' expression of this expression and the
other
override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
or(
Expression exp) → Or -
Creates a 'logical or' expression of this expression and the
other
override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator &(
Expression other) → And -
Creates a 'logical and' expression of this expression and the
other
inherited -
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator |(
Expression other) → Or -
Creates a 'logical or' expression of this expression and the
other
inherited