TableValuedFunctionHandler class abstract

Interface for a handler which can resolve the result set of a table-valued function.

Properties

functionName String
The name of the table-valued function implemented by this handler.
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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveTableValued(AnalysisContext context, TableValuedFunction call) ResultSet
Resolve the result set of a table-valued function.
toString() String
A string representation of this object.
inherited

Operators

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