MutationBuilder.(constructor)
Home > @direct-sqlite/core > MutationBuilder > (constructor)
MutationBuilder.(constructor)
Section titled “MutationBuilder.(constructor)”Constructs a new instance of the MutationBuilder class
Signature:
constructor(db: Database, client: GenericSqliteClient, tableName: string, action: 'UPDATE' | 'DELETE', data?: Partial<TRow> | undefined);Parameters
Section titled “Parameters”|
Parameter |
Type |
Description |
|---|---|---|
|
db | ||
|
client |
GenericSqliteClient | |
|
tableName |
string | |
|
action |
‘UPDATE’ | ‘DELETE’ | |
|
data |
Partial<TRow> | undefined |
(Optional) |