SelectTypeExpectation class

Type expectation for result columns in a select statement.

This can be used to set expectations in an INSERT INTO SELECT statement, where the column types are constrained by what's expected in the insert statement.

Inheritance

Constructors

SelectTypeExpectation.new(List<TypeExpectation> columnExpectations)

Properties

columnExpectations List<TypeExpectation>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
specificity int
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
orMoreSpecific(TypeExpectation other) TypeExpectation
Returns the expectaction from this or other with a higher specificity.
inherited
toString() String
A string representation of this object.
inherited

Operators

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