(cond?: FilterQuery<any>)
| 264 | insert(data: any): this; |
| 265 | update(data: any): this; |
| 266 | delete(cond?: FilterQuery<any>): this; |
| 267 | truncate(): this; |
| 268 | count(field?: string | string[], distinct?: boolean): this; |
| 269 | join(field: string, alias: string, cond?: FilterQuery<any>, type?: JoinType, path?: string): this; |
no outgoing calls