@@ -326,7 +326,7 @@ added: v22.5.0
326
326
327
327
* ` namedParameters ` {Object} An optional object used to bind named parameters.
328
328
The keys of this object are used to configure the mapping.
329
- * ` ...anonymousParameters ` {null|number|bigint|string|Buffer|Uint8Array|TypedArray|DataView } Zero or
329
+ * ` ...anonymousParameters ` {null|number|bigint|string|Buffer|Uint8Array|TypedArray} Zero or
330
330
more values to bind to anonymous parameters.
331
331
* Returns: {Array} An array of objects. Each object corresponds to a row
332
332
returned by executing the prepared statement. The keys and values of each
@@ -358,7 +358,7 @@ added: v22.5.0
358
358
359
359
* ` namedParameters ` {Object} An optional object used to bind named parameters.
360
360
The keys of this object are used to configure the mapping.
361
- * ` ...anonymousParameters ` {null|number|bigint|string|Buffer|Uint8Array|TypedArray|DataView } Zero or
361
+ * ` ...anonymousParameters ` {null|number|bigint|string|Buffer|Uint8Array|TypedArray} Zero or
362
362
more values to bind to anonymous parameters.
363
363
* Returns: {Object|undefined} An object corresponding to the first row returned
364
364
by executing the prepared statement. The keys and values of the object
@@ -378,7 +378,7 @@ added: v23.4.0
378
378
379
379
* ` namedParameters ` {Object} An optional object used to bind named parameters.
380
380
The keys of this object are used to configure the mapping.
381
- * ` ...anonymousParameters ` {null|number|bigint|string|Buffer|Uint8Array|TypedArray|DataView } Zero or
381
+ * ` ...anonymousParameters ` {null|number|bigint|string|Buffer|Uint8Array|TypedArray} Zero or
382
382
more values to bind to anonymous parameters.
383
383
* Returns: {Iterator} An iterable iterator of objects. Each object corresponds to a row
384
384
returned by executing the prepared statement. The keys and values of each
@@ -397,7 +397,7 @@ added: v22.5.0
397
397
398
398
* ` namedParameters ` {Object} An optional object used to bind named parameters.
399
399
The keys of this object are used to configure the mapping.
400
- * ` ...anonymousParameters ` {null|number|bigint|string|Buffer|Uint8Array|TypedArray|DataView } Zero or
400
+ * ` ...anonymousParameters ` {null|number|bigint|string|Buffer|Uint8Array|TypedArray} Zero or
401
401
more values to bind to anonymous parameters.
402
402
* Returns: {Object}
403
403
* ` changes ` : {number|bigint} The number of rows modified, inserted, or deleted
0 commit comments