DatabaseView class

Marks a class as a database view (a fixed select statement).

Constructors

DatabaseView(String query, {String? viewName})
Marks a class as a database view (a fixed select statement).
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
query → String
The SELECT query on which the view is based on.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
viewName → String?
The table name of the SQLite view.
final

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