OptionaldirThe argument direction. In almost all cases this is not necessary and the direction chosen by the FFI should be used. Accepted values:
OptionalmaxThe number of array elements to be allocated for a PL/SQL INDEX BY associative array.
OptionalmaxThe maximum number of bytes an argument with OUT values can take up. Default: 200.
OptionaltypeIf the type chosen by FFI needs to be changed this property can be used. This property needs to be set to either an oracledb type constant or to the name of the database type in case of a user defined named type (e.g. record or object). This can be useful to ensure no precision loss when e.g. retrieving a number (by specifying the oracledb.ORACLE_NUMBER override). It can also be useful to specify the correct overload if the FFI cannot determine the correct subprogram to use in a package.
OptionalvalThe value of the argument.
Argument description.