Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

SqlName

Specifies the SQL name to use for this trigger.

Usage

To override the default SQL name of this trigger, use the following syntax:

Trigger name [ Event = sqlevent, SqlName = sqlname, Time = time ]
{
   //implementation
}

Where sqlname is an SQL identifier.

Details

If this trigger is projected to SQL, then this name is used as the SQL trigger.

Default

If you omit this keyword, the SQL trigger name is triggername, as specified in the trigger definition.

See Also

FeedbackOpens in a new tab