PACKAGES
The system table DOMAIN.PACKAGES
describes
all the packages for which the current user has privileges.
|
CHAR(32) |
Name of the owner of the package |
|
CHAR(32) |
Name of the package |
|
DATE |
Creation date of the package |
|
TIME |
Creation time of the package |
|
CHAR(10) |
Execution location of database procedure (INPROC | LOCAL) |
|
CHAR(3) |
Database procedure may contain SQL statements (YES | NO) |
|
CHAR(132) |
Execution location |
|
CHAR(256) |
File name of the library that contains the implementation of this package |
|
CLOB |
Comment for the package |