• 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.

    Throws

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

    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