MLE Bindings for Oracle Database DBMS_MLE(mle-js-bindings)
    Preparing search index...

    Function exportValue

    • Export a value to PL/SQL

      Export the given value to PL/SQL. The exported value can be imported into PL/SQL using the given name.

      Parameters

      • name: string

        Name of the property to be exported. Cannot be null, undefined or empty.

      • value: any

        Value of the property to be exported.

      Returns void

      an exception (Invalid property name) if name is null, undefined or empty.