MutationBuilder class
Home > @direct-sqlite/core > MutationBuilder
MutationBuilder class
Section titled “MutationBuilder class”Isolated mutation pipeline context manager handling table modifications.
Signature:
export declare class MutationBuilder<TRow>Remarks
Section titled “Remarks”The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the MutationBuilder class.
Constructors
Section titled “Constructors”|
Constructor |
Modifiers |
Description |
|---|---|---|
|
Constructs a new instance of the |
Methods
Section titled “Methods”|
Method |
Modifiers |
Description |
|---|---|---|
|
Compiles and executes the data mutation transaction statement context across storage layers. | ||
|
Appends constraints limiting mutation target scopes. |