packageBody property

String? packageBody
getter/setter pair

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;