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.
Name of the property to be exported. Cannot be null, undefined or empty.
Value of the property to be exported.
an exception (Invalid property name) if name is null, undefined or empty.
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.