谷歌和苹果公司已经让调整这些设置变得非常困难,所以由我们决定采取措施来确保我们设置这些触发器符合我们自己的需求,而不是应用程序制造商的需求。
Google and Apple have made it far too difficult to adjust these settings so it's up to us to take steps to ensure we set these triggers to suit our own needs, not the needs of the app makers.
谷歌和苹果公司已经让调整这些设置变得非常困难,所以我们应该采取措施确保我们设置这些触发器是为了满足我们自己的需求,而不是应用程序制造商的需求。
Google and Apple have made it far too difficult to adjust these settings so it's up to us to take steps to ensure we set these triggers to suit our own needs, not the needs of the app makers'.
这要使用数据库触发器来完成。
与以前一样,删除触发器不需要修改。
可以从触发器调用存储过程。
删除触发器不需要异常处理。
这些特性包括存储过程、触发器和视图。
These features include stored procedures, triggers, and views.
在触发器中避免返回结果。
所以我们必须像清单8那样借助于触发器。
触发器条件生成将会发起警报的情景事件。
The trigger conditions generate the situation events that initiate the alerts.
选择触发器将被忽略。
更改是通过在源表中创建的触发器完成跟踪的。
Changes are tracked through triggers that are created on the source table.
我们通过下面的简化语法图表来描述触发器语法。
The syntax for triggers is described by the following simplified syntax diagrams.
在之前的版本中,这只适用于AFTER触发器。
In previous versions this was only allowed for AFTER triggers.
不过,同时还可能定义了执行自动验证的触发器。
However, there can also be a trigger defined to do the automatic validation.
我们测试后发现触发器对于性能的影响极其微小。
We have measured that impact on performance due to the triggers is minimal.
允许您为视图定义触发器。
The triggers view allows you to define triggers on the view.
例如,触发器、限制和索引都包含在特定的的表中。
For example, triggers, constraints, and indexes are contained within a particular table.
允许您为表定义触发器。
The triggers view allows you to define triggers on the table.
下面的例子演示了在触发器中使用WHEN 子句。
The following example demonstrates the use of the WHEN clause in the trigger.
接着,实用程序会生成一个触发器,如清单3 所示。
Then the utility will generate a trigger, as shown in Listing 3.
我们将要做的是,运用触发器来促进银行提供的透支保护。
What we will be doing with triggers is facilitating the overdraft protection that some banks offer.
队列深度超过TRIGDEPTH设置的阈值时,触发器触发。
The queue depth exceeds the threshold set by TRIGDEPTH; a trigger fires.
这其中包括视图、存储过程、用户定义函数(UDF)和触发器。
This includes views, stored procedures, user-defined functions (UDFs), and triggers.
把触发器逻辑转移到存储过程中并从触发器调用存储过程。
Move the trigger logic to a stored procedure and call the stored procedure from the trigger.
您也许可以考虑使用INSTEADOF 触发器来与视图交互。
You might consider using INSTEAD OF triggers for interaction with views.
第三种方法是把触发器逻辑转移到应用程序层,放弃触发器。
The third option is to move trigger logic to application layer and get from the trigger.
表示可以有零个或多个事件触发器,这些触发器可以识别状态更改。
An indication may have zero or more event triggers, which are recognitions of changes in state.
触发器的启动是在触发事件之前还是之后则称为触发器的激活时间。
Whether a trigger fires before or after the triggering event is known as the activation time of the trigger.
触发器视图允许您指定触发器的类型、触发器文本以及其他触发器属性。
The trigger view allows you to specify the type of trigger, the trigger text, and several other trigger properties.
应用推荐