The system table VIEWDEFS contains the definitions of the view tables for which the current user has privileges.
VIEWDEFS
OWNER |
CHAR(32) |
Name of the owner of the view table |
VIEWNAME |
CHAR(32) |
Name of the view table |
LEN |
FIXED(5) |
Length of the definition of the view table |
DEFINITION |
LONG |
Text of the definition of the view table |
See also:
Evaluating System Tables ® VIEWDEFS