The VIEWCOLUMNS system table contains all the columns of the view tables for which the current user has privileges.
VIEWCOLUMNS
OWNER |
CHAR(32) |
Name of owner of view table |
VIEWNAME |
CHAR(32) |
Name of view table |
VIEWCOLUMNNAME |
CHAR(32) |
Name of column in view table |
TABLEOWNER |
CHAR(32) |
Name of owner of table that the used column belongs to |
TABLENAME |
CHAR(32) |
Name of table that the used column belongs to |
COLUMNNAME |
CHAR(32) |
Original name of column in table |
CREATEDATE |
DATE(10) |
Creation date of view table |
CREATETIME |
TIME(8) |
Creation time of view table |
See also:
Evaluating System Tables ® VIEWCOLUMNS