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