MssqlSourceRef.named constructor

const MssqlSourceRef.named(
  1. String table
)

A source that is not a table: a subquery, a CTE, a derived table.

It has no schema, and its name is the alias the query gave it.

Implementation

const MssqlSourceRef.named(this.table) : schema = null;