PACKAGES
This
system table describes all the packages for which the current user has privileges.PACKAGES
|
OWNER |
CHAR(32) |
Name of the owner of the package |
|
PACKAGE |
CHAR(32) |
Package name |
|
CREATEDATE |
DATE |
Creation date of the package |
|
CREATETIME |
TIME |
Creation time of the package |
|
EXCECUTION_KIND |
CHAR(6) |
Execution location of the database procedure (INPROC / LOCAL / REMOTE) |
|
SQL_SUPPORT |
CHAR(3) |
Database procedure may contain SQL statements (YES / NO) |
|
REMOTE_LOCATION |
CHAR(132) |
Execution location |
|
COMMENT |
LONG |
Comment on the package |