WritePropagation class
An UpdateRule for triggers that exist in a database.
An update on on implicitly triggers updates on result.
This class is for use by generated or drift-internal code only. It does not adhere to Semantic Versioning and should not be used manually.
- Inheritance
-
- Object
- UpdateRule
- WritePropagation
Constructors
-
WritePropagation({required TableUpdateQuery on, required List<
TableUpdate> result}) -
Default constructor. See WritePropagation for details.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- on → TableUpdateQuery
-
The updates that cause further writes in result.
final
-
result
→ List<
TableUpdate> -
All updates that will be performed by the trigger listening on on.
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