AvailableMoorResultSet class

A table or view that is available in the position of a FoundDartPlaceholder.

For more information, see FoundDartPlaceholder.availableResultSets.

Constructors

AvailableMoorResultSet(String name, MoorEntityWithResultSet entity, [ResultSetAvailableInStatement? source])

Properties

argumentType String
The argument type of this result set when used in a scoped function.
no setter
entity MoorEntityWithResultSet
The table or view that is available.
final
hashCode int
The hash code for this object.
no setteroverride
name String
The (potentially aliased) name of this result set.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source → ResultSetAvailableInStatement?
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.
override