WhereClauseGroup class final

A type that represents a group of where clause elements. It's kinda questionable whether this is necessary or not. The SelectStatement could just have a list of WhereClauseElements.

Implemented types

Constructors

WhereClauseGroup(List<WhereClauseElement> elements)
Creates a new where clause group.
const

Properties

elements List<WhereClauseElement>
The elements of the group.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override