RDB$PACKAGES
RDB$PACKAGES
stores the definition (header and body) of SQL packages.
Column Name | Data Type | Description |
---|---|---|
|
|
Name of the package |
|
|
The PSQL sourcecode of the package header |
|
|
The PSQL sourcecode of the package body |
|
|
Indicates whether the body of the package is still valid. |
|
|
May reference a security class defined in the table |
|
|
The username of the user who created the package originally |
|
|
Flag:
|
|
|
Optional description of the package (comment) |
|
|
The
|