LogicalOperator class
- Inheritance
-
- Object
- WhereClause
- LogicalOperator
Constructors
-
LogicalOperator.new(String operator, List<
WhereClause> clauses)
Properties
-
clauses
→ List<
WhereClause> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- operator → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
analyzeDependencies(
AnalysisContext context) → QueryDependencies -
Analyzes this WHERE clause to extract table and column dependencies
override
-
build(
) → BuiltWhereClause -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited