Interface for the options used in executeMany().

Hierarchy

  • IExecuteManyOptions

Properties

Properties

bindDefs?: BindDefs

The bindDefs object defines the bind variable types, sizes and directions. This object is optional, but makes execution more efficient if set explicitly.

It must be an array (see ArrayBindDefs) or an object (see IObjectBindDefs), depending on the structure of the binds parameter.

Each value in the bindDefs array or object must be an object containing the keys dir, maxSize, and type for each bind variable, similar to how execute bind parameters are defined (see IBindDef).