Multiple trigger conditions can exist in a single triggerrule. Action is done only when all or some of the conditions are met, depends on AND or or logic being applied.
触发规则可包含多个触发条件,依据AND或OR逻辑之不同,只有在所有条件或部分条件符合时才执行动作。
2
You can use a SIGNAL statement to raise an error condition if the business rule defined in your trigger is violated.
如果违反了您在触发器中定义的业务规则,就可以使用signal语句来抛出一个错误条件信号。
3
The presentation module would trigger a rule or a set of rules based on the current active page in the application and adapt the navigational links of that page to the user based on such rules.