MLE SQL Driver(mle-js-oracledb-common)
    Preparing search index...

    Interface IFetchInfoColumnSpec

    Interface for representing entries in IFetchInfo. See https://github.com/oracle/node-oracledb/blob/v3.1.0/doc/api.md#propexecfetchinfo for further information.

    interface IFetchInfoColumnSpec {
        type: number;
    }
    Index

    Properties

    Properties

    type: number

    The JavaScript data type to be fetched. One of the mle-js-oracledb JS Type Constants.