File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 321321 /**
322322 * Make an SQLite by request batch of datas
323323 *
324- * @param {Object } queries - An array containing the request and the params
324+ * @param {Array } queries - An array containing the request and the params
325325 * of the batches
326- * {String} queries.query - Query to execute
327- * {Array} queries.params - Query params
326+ * {String} [] queries.query - Query to execute
327+ * {Array} [] queries.params - Query params
328328 * @return {Promise } - Request result
329329 * @this SqlQueryService
330330 */
Original file line number Diff line number Diff line change 332332 /**
333333 * Make an SQLite by request batch of datas
334334 *
335- * @param {Object } queries - An array containing the request and the params
335+ * @param {Array } queries - An array containing the request and the params
336336 * of the batches
337- * {String} queries.query - Query to execute
338- * {Array} queries.params - Query params
337+ * {String} [] queries.query - Query to execute
338+ * {Array} [] queries.params - Query params
339339 * @return {Promise } - Request result
340340 * @this SqlQueryService
341341 */
You can’t perform that action at this time.
0 commit comments