1.0

Table Of Contents
ContentsNullableLengthTypeColumn Name
Whether or not the
OLDREFERENCINGNAME,
true1BOOLEANREFERENCINGOLD
if non-null, refers to the OLD
row or table
Whether or not the
NEWREFERENCINGNAME,
true1BOOLEANREFERENCINGNEW
if non-null, refers to the NEW
row or table
Pseudoname as set using the
REFERENCING OLD AS
clause
true128VARCHAROLDREFERENCINGNAME
Pseudoname as set using the
REFERENCING NEW AS
clause
true128VARCHARNEWREFERENCINGNAME
Any SQL text that is part of a triggered-SQL-statement is compiled and stored in the SYSSTATEMENTS table.
ACTIONSTMTID and WHENSTMTID are foreign keys that reference SYSSTATEMENTS.STMTID. The
statements for a trigger are always in the same schema as the trigger.
SYSVIEWS system table
The SYSVIEWS table describes the view denitions within the current database.
The following table shows the contents of the SYSVIEWS system table.
Table 30: SYSVIEWS system table
ContentsNullableLengthTypeColumn Name
Unique identier for the view
(join with
SYSTABLES.TABLEID)
false36CHARTABLEID
Text of view denitionfalse32,700LONG VARCHARVIEWDEFINITION
'N' (check option not supported
yet)
false1CHARCHECKOPTION
ID of the schema containing the
view
true36CHARCOMPILATIONSCHEMAID
625
System Tables