packageBody property
The SQL code which creates the package body.
If the package specification has cursors or subprograms, then the package body is mandatory.
Implementation
core.String? packageBody;
The SQL code which creates the package body.
If the package specification has cursors or subprograms, then the package body is mandatory.
core.String? packageBody;