Factory function that creates an instance of a statement to delete
records from a table.
- Mixes In:
- See:
Methods
-
execute()
-
Executes the statement in the database that removes all records from the table that match the given criteria.
Returns:
APromise
that resolves to an object containing the details reported by the server.- Type
- Promise.<module:Result>