MLE Foreign Function Interface (FFI): API for calling PL/SQL functionality directly(mle-js-plsql-ffi)
    Preparing search index...

    Function argOf

    • Create a new argument with the given value.

      Parameters

      • value: any

        the value of the argument.

      • Optionalinfo: ArgInfo

        optional argument description.

      Returns DBArgument

      the JavaScript representation of a PL/SQL argument.

      If info contains a val property it will be ignored.