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

boolean String
final
column String
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
sourceColumn Column?
final
value → dynamic
final

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