SYSPROCCOLUMNS
- Last Updated: December 12, 2014
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Contains one row for each column in the result set of a stored procedure.
The following table provides details of the SYSPROCCOLUMNS table.
| Column name | Column data type | Column size |
|---|---|---|
| argtype | VARCHAR | 32 |
| col | VARCHAR | 32 |
| datatype | VARCHAR | 32 |
| dflt_value | VARCHAR | 250 |
| id | INTEGER | 4 |
| nullflag | CHAR | 1 |
| proc_id | INTEGER | 4 |
| rssid | INTEGER | 4 |
| scale | INTEGER | 4 |
| width | INTEGER | 4 |