-
Notifications
You must be signed in to change notification settings - Fork 1
removeAll
AGenson edited this page Mar 4, 2018
·
2 revisions
Remove all entities from the table
Property | Type | Default | Description |
---|---|---|---|
ctx |
Object |
required | Will serve to call a service action: ctx.call
|
Type: Promise
If the entities were removed successfully :
Promise.resolve({
name: "Operation Successful",
message: `Delete Complete`
});
Else (an error occured) :
Promise.reject({ ... });
cf - details about errors
- Home
- Features
- Install
- Usage
-
Database Functions
- Constructor
- Operations
- Database Errors
- Account Management