SYSPROCBIN
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Contains one or more rows for each stored procedure and trigger in the database. Each row contains compiled Java bytecode for its procedure or trigger.
The following table provides details of the SYSPROCBIN table.
| Column name | Column data type | Column size |
|---|---|---|
| id | INTEGER | 4 |
| proc_bin | VARBINARY | 2000 |
| proc_type | CHARACTER | 2 |
| rssid | INTEGER | 4 |
| seq | INTEGER | 4 |