SqlOr class

sql: or

Inheritance

Constructors

SqlOr([List<SqlCondition>? conditions])

Properties

conditions List<SqlCondition>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setterinherited
isNotEmpty bool
no setterinherited
oper SqlConditionOper
finalinherited
params Map<String, dynamic>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stmt String
finalinherited

Methods

append(SqlCondition condition) SqlConditionGroup
inherited
appendAll(Iterable<SqlCondition> collection) SqlConditionGroup
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toSql({bool wrap = true}) String
inherited
toString() String
A string representation of this object.
inherited

Operators

operator +(SqlCondition condition) SqlConditionGroup
inherited
operator ==(Object other) bool
The equality operator.
inherited