InsertSlot class abstract final

Render-weight anchors for the clauses a core INSERT emits.

Reference these constants when positioning a dialect-specific clause with withClause like an OR IGNORE modifier at verb + 500, or a RETURNING clause after body.

The 1000-apart spacing leaves room between any two core clauses.

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

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

Constants

body → const int
INTO "table" (cols) VALUES (...).
verb → const int
INSERT keyword.