JsType: number

Type for mle-js-oracledb JavaScript Type Constants. Such constants can be used in OUT binds as well as fetchInfo to specify what JavaScript type a database value should be converted to. Some of those types can also be used in fetchAsString, fetchAsUint8Array, and fetchAsPlsqlWrapper.

In addition to the standard JavaScript types that node-oracledb offers, mle-js-oracledb also offers a number of so-called PL/SQL wrapper types which are JavaScript types with the exact same semantics as the corresponding Oracle SQL or PL/SQL types (see mle-js-plsqltypes). The JavaScript constants for those types all start with ORACLE_, e.g. ORACLE_NUMBER is the constant to be used if a database value should be retrieved as OracleNumber rather than a native JavaScript number.