1.0

Table Of Contents
ContentsNullableLengthTypeColumn Name
A comma-separated list of
gateway senders that were
installed on the table.
See Conguring Multi-site
(WAN) Deployments on page
219.
true256VARCHARHUBIDS
SYSTRIGGERS system table
The SYSTRIGGERS table describes the database's triggers.
The following table shows the contents of the SYSTRIGGERS system table.
Table 29: SYSTRIGGERS system table
ContentsNullableLengthTypeColumn Name
Unique identier for the triggerfalse36CHARTRIGGERID
Name of the triggerfalse128VARCHARTRIGGERNAME
ID of the trigger's schema (join
with
SYSSCHEMAS.SCHEMAID)
false36CHARSCHEMAID
Time the trigger was createdfalse29TIMESTAMPCREATIONTIMESTAMP
'U' for update, 'D' for delete, 'I'
for insert
false1CHAREVENT
'B' for before, 'A' for afterfalse1CHARFIRINGTIME
'R' for row, 'S' for statementfalse1CHARTYPE
'E' for enabled, 'D' for disabledfalse1CHARSTATE
ID of the table on which the
trigger is dened
false36CHARTABLEID
Used only if there is a WHEN
clause (not yet supported)
true36CHARWHENSTMTID
ID of the stored prepared
statement for the
true36CHARACTIONSTMTID
triggered-SQL-statement (join
with
SYSSTATEMENTS.STMTID)
Descriptor of the columns to be
updated, if this trigger is an
true2,147,483,647com.vmware.sqlre.internal.catalog.ReferencedColumns
This class is not part of the
public API.
REFERENCEDCOLUMNS
update trigger (that is, if the
EVENT column contains 'U')
Text of the action SQL
statement
true2,147,483LONG VARCHARTRIGGERDEFINITION
vFabric SQLFire User's Guide624
vFabric SQLFire Reference