MssqlSourceScope class

What each source is called inside one statement.

Filled in as a query compiles its FROM and joins, and read by every column that names a source. An unregistered source resolves to its own qualified name, which keeps the ordinary unaliased query and a bare compile() of a fragment working.

Constructors

MssqlSourceScope()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bind(MssqlSourceRef source, String alias) → void
Records that source appears in this statement as alias.
contains(MssqlSourceRef source) bool
Whether source is one of the statement's own sources.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
qualifierFor(MssqlSourceRef source) String
How to qualify a column of source here.
toString() String
A string representation of this object.
inherited
unbind(MssqlSourceRef source) → void
Forgets a binding, for a subquery whose scope has closed.

Operators

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