NestedResultQuery class

Inheritance

Constructors

NestedResultQuery({required NestedQueryColumn from, required SqlSelectQuery query})

Properties

compatibilityHashCode int
hashCode that matches isCompatibleTo instead of ==.
no setteroverride
from → NestedQueryColumn
final
hashCode int
The hash code for this object.
no setterinherited
query SqlSelectQuery
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

filedName() String
isCompatibleTo(NestedResult other) bool
Checks whether this is compatible to the other nested result.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resultTypeCode() String
toString() String
A string representation of this object.
inherited

Operators

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