QFieldAll class

Represents a wildcard field that selects all columns from a table.

Inheritance

Constructors

QFieldAll()

Properties

as ↔ String
Optional alias for the field
getter/setter pairinherited
distinct ↔ bool
Whether to select distinct values for this field
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
value ↔ dynamic
The Dart value to be converted to SQL
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toSQL<T extends SqlType>() → String
Generates the SQL representation with proper quoting and aliasing.
override
toString() → String
A string representation of this object.
inherited

Operators

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