WhereCondition class
Represents a single query predicate (e.g., "age > 18"). Used to build the WHERE clause of a database query.
Constructors
- WhereCondition(String column, String operator, dynamic value, {String boolean = 'AND', Column? sourceColumn})
-
const
Properties
Methods
-
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