Optional
extendedOverrides parameters.extendedMetaData.
Optional
fetchOverrides parameters.fetchArraySize.
Optional
fetchObject defining how query column data should be represented in JavaScript. It can be used in conjunction with, or instead of, the global settings parameters.fetchAsString, parameters.fetchAsPlsqlWrapper, and parameters.fetchAsUint8Array. See https://github.com/oracle/node-oracledb/blob/v3.1.0/doc/api.md#--42634-fetchinfo for further information.
Optional
keepWhen keepInStmtCache is true, and statement caching is enabled, then the statement will be added to the cache if it is not already present. This helps the performance of re-executed statements.
The default value is true.
Oracle 23.4
Optional
maxOverrides parameters.maxRows.
Optional
outOverrides parameters.outFormat.
Optional
resultDetermines whether query results should be returned as a IResultSet object or directly. The default is false.
Interface for options used in execute().