Choose your database:
AnySQL
MySQL
MS SQL Server
Oracle
PostgreSQL
SQLite
Firebird
SQL Anywhere
DB2
MaxDB

Subscribe to our news
Partners
Testimonials
Tad Stephens: "I think this is a great product and your quick and helpful reply has shown me the support is there as well. I will purchasing my license today".
Fred Hildenbrand: "I have purchased MySQL Maestro and like it very much, it has made it much easier to deal with DBA maintenance and table replication as well as a quick way to create SQL statements with the graphical query tool. Good job on a fine product".

More

Add your opinion

SQL Maestro for MySQL online help

Prev Return to chapter overview Next

Editing trigger properties

Trigger Editor provides you with an ability to edit trigger properties. The Properties tab allows you to change the trigger name, the trigger event and the trigger time.
Definition

Defines the trigger conditions and actions.

 

Name

Here you can view and change the trigger name.
 
 

Note: the name of the object must be unique among all the object names in its container. Moreover, all the objects that are source of data need unique names among themselves. You can use any identifier that is allowed by MySQL server.

Comment

This field contains a comment to the trigger.

 

Time(Before, After)

Determines whether the function is called before or after the event.

 

Event (Insert, Update, or Delete)

Specifies the event that will fire the trigger.

To apply the changes, select the Apply Changes item in the Navigation bar or use Ctrl+F9 or Ctrl+F7 shortcut keys.

 

It is also possible to modify object properties without opening the object editor: use the Object Properties item of the popup menu of the selected object from the explorer tree.



Prev Return to chapter overview Next