OptionalextendedOverrides parameters.extendedMetaData.
OptionalfetchOverrides parameters.fetchArraySize.
OptionalfetchObject 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.
OptionalfetchOverrides parameters.fetchTypeHandler.
OptionalkeepWhen 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.
OptionalmaxOverrides parameters.maxRows.
OptionaloutOverrides parameters.outFormat.
OptionalresultDetermines whether query results should be returned as a IResultSet object or directly. The default is false.
Interface for options used in execute().