MssqlCteField class
One column a MssqlTypedCte exposes.
A name and a SQL type together, because a common table expression's column
list is the one place SQL Server takes the names on trust: it accepts
whatever the WITH tree (a, b, c) clause says and only finds out at run
time that the members project four columns, or that the second one is text
where the third member expects a number.
- Annotations
-
- @immutable
Constructors
- MssqlCteField(String name, MssqlColumnType columnType)
Properties
- columnType → MssqlColumnType
-
final
- family → MssqlTypeFamily
-
Which of SQL Server's type families this field is in.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited