SqlConditionGroup class

sql: join group

Inheritance
Implementers

Constructors

SqlConditionGroup(SqlConditionOper oper, {List<SqlCondition>? conditions})

Properties

conditions List<SqlCondition>
final
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setter
isNotEmpty bool
no setter
oper SqlConditionOper
final
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
appendAll(Iterable<SqlCondition> collection) SqlConditionGroup
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toSql({bool wrap = true}) String
override
toString() String
A string representation of this object.
inherited

Operators

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