MatchingMoorTable class

Information about a matching table. A table matches a query if a query selects all columns from that table, and nothing more.

We still need to handle column aliases.

Constructors

MatchingMoorTable(MoorEntityWithResultSet table, Map<String, MoorColumn> aliasToColumn)

Properties

aliasToColumn Map<String, MoorColumn>
final
effectivelyNoAlias bool
Whether the column alias can be ignored.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
table MoorEntityWithResultSet
final

Methods

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

Operators

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