And class

Inheritance

Constructors

And(List<SQL> conditions)

Properties

conditions ↔ List<SQL>
List of conditions to combine
getter/setter pairinherited
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type ↔ WhereType
The type of logic to use when combining conditions
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toSQL<T extends SqlType>() → String
Generates SQL by combining conditions with the specified logic.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited