DB.prototype.executeBatch(sql: string,paramsArray: unknown[][]): Task<number[], QueryFailed | ConstraintViolation>
Execute multiple commands in a batch. Leverages optimized adapter method if available.
Task<number[], QueryFailed | ConstraintViolation>