ColumnReference class final

Represents a reference to a column in a SQL SELECT statement.

Inheritance

Constructors

ColumnReference(String columnName, {String? tableName})
Creates a new column reference.

Properties

columnName String
The name of the column.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableName String?
The name of the table that the column belongs to.
final

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