SYSPROCTEXT
- Last Updated: December 12, 2014
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Contains one or more rows for each stored procedure and trigger in the database. The row contains the Java source code for a procedure or trigger.
The following table provides details of the SYSPROCTEXT table.
| Column name | Column data type | Column size |
|---|---|---|
| id | INTEGER | 4 |
| proc_text | VARCHAR | 2000 |
| proc_type | CHARACTER | 2 |
| rssid | INTEGER | 4 |
| seq | INTEGER | 4 |