Procedure Metadata
You are looking at an older version of the documentation. The latest version is found here.
SYS.Procedures
This table supplies information about the procedures in the virtual database.
Column Name | Type | Description |
---|---|---|
| string | VDB name |
| string | Schema name |
| string | Procedure name |
| string | Procedure name in source system |
| boolean | Returns a result set |
| string | Procedure UID |
Description | string | Description |
| integer | Unique ID |
SYS.ProcedureParams
This supplies information on procedure parameters.
Column Name | Type | Description |
---|---|---|
| string | VDB name |
| string | Schema name |
| string | Procedure name |
| string | Parameter name |
| string | Data Virtuality Server runtime data type name |
| integer | Position in procedure arguments |
| string | Parameter direction: " |
| boolean | Parameter is optional |
| integer | Precision of parameter |
| integer | Length of the parameter value |
| integer | Scale of parameter |
| integer | Radix of parameter |
| string | Nullability: " |
UID | string | Procedure UID |
Description | string | Procedure description |
OID | string | Unique ID |