Documentation
Preparing search index...
@saltcorn/sqlite
sqlite
deleteWhere
Function deleteWhere
deleteWhere
(
tbl
:
string
,
whereObj
:
Where
)
:
Promise
<
void
>
Delete rows in table
Parameters
tbl
:
string
table name
whereObj
:
Where
where object
Returns
Promise
<
void
>
result of delete execution
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Delete rows in table