DBPROCEDURES
The system table DOMAIN.DBPROCEDURES
contains
all the database procedures for which the current user has privileges.
|
CHAR(32) |
Name of the schema of the database procedure |
|
CHAR(32) |
Name of the database procedure |
|
CHAR(32) |
Name of the owner of the database procedure |
|
CHAR(32) |
Package containing the database procedure |
|
CHAR(8) |
ID of the database procedure in hexadecimal format |
|
FIXED(4) |
Number of parameters for the database procedure |
|
DATE |
Creation date of the database procedure |
|
TIME |
Creation time of the database procedure |
|
CHAR(10) |
Execution location of database procedure (INPROC | LOCAL) |
|
CHAR(32) |
Implementation language of database procedure (SPL | C++ | JAVA | ...) |
|
CHAR(3) |
Database procedure may contain SQL statements (YES | NO) |
|
CHAR(3) |
The database system returns a cursor (YES | NO) |
|
CHAR(3) |
NULL |
|
CHAR(132) |
NULL |
|
CLOB |
SQL statement for defining the database procedure |
|
CLOB |
Comment on the database procedure |
Evaluating System Tables, DBPROCEDURES
SQL Reference Manual, Name of a Database Procedure (dbproc_name)
Database Administration in CCMS, DB Procedures