Expression class abstract
An SQL expression
- Implementers
Constructors
- Expression()
-
const
Properties
Methods
-
and(
Expression exp) → And -
Creates a 'logical and' expression of this expression and the
other
-
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
-
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
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator |(
Expression other) → Or -
Creates a 'logical or' expression of this expression and the
other