QSelectField class abstract

Abstract base class for all SELECT field types.

Implementations of this class represent different types of fields that can appear in a SELECT clause, such as regular fields, wildcard selects, or custom expressions.

All implementations must provide a toSQL method that returns the SQL representation of the field.

Implemented types

Constructors

QSelectField.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toSQL() String
Converts this SQL component to its string representation.
override
toString() String
A string representation of this object.
inherited

Operators

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