DeclaredQuery class abstract

Represents the declaration of a compile-time query that will be analyzed by moor_generator.

The subclasses DeclaredDartQuery and DeclaredMoorQuery contain information about the declared statement, only the name is common for both declaration methods. In the analyze step, a DeclaredQuery is turned into a resolved SqlQuery, which contains information about the affected tables and what columns are returned.

Implementers

Constructors

DeclaredQuery(String name)

Properties

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