• 如果队列启用触发机制,一个触发器立即触发,然后,队列再次重置NOTRIGGER

    If you enable triggering on the queue, a trigger immediately fires and the queue is reset back to NOTRIGGER again.

    youdao

  • 带有参数过程只能触发器触发操作调用

    A procedure with a table parameter can only be invoked from the triggered action of a trigger.

    youdao

  • 队列深度超过TRIGDEPTH设置阈值时,触发器触发

    The queue depth exceeds the threshold set by TRIGDEPTH; a trigger fires.

    youdao

  • 一方面,“foreachstatement ”选项(“before ”型触发器允许的)意味着触发器定义操作调用sql语句后执行次。

    On the other hand, the "for each statement" (not allowed for "before" triggers) would mean that the actions defined by a trigger would only be performed once for the invoking SQL statement.

    youdao

  • 另外触发器现在可以在单一子句同时包含UPDATEDELETEINSERT操作作为一个触发器事件

    In addition, triggers can now contain UPDATE, DELETE, and INSERT operations together in a single clause as the trigger event. For example.

    youdao

  • 而且,由于DB 2触发器功能集大于MySQL提供的功能集,所以可以很容易重建触发器

    And because DB2 trigger functionality provides a superset of what is available in MySQL, you can easily recreate triggers.

    youdao

  • 使用数据库日志文件数据库触发器触发的存储并发送 (store-and-forward)技术操作发送给复制

    The operation is sent to replicate using store-and-forward techniques triggered from a database log file or database triggers.

    youdao

  • 最后一步关键,因为一个队列深度上触发时,WebSphereMQ将在触发器触发仅用触发机制。

    The last step is crucial because when a queue is triggered on depth, WebSphere MQ disables triggering when the trigger is fired.

    youdao

  • 如果Chom pQ . pl最终没有采取任何操作触发器立即触发导致一个循环

    If ChompQ.pl ended without taking any action, a new trigger would immediately fire, resulting in a loop.

    youdao

  • 标记创建这样的触发器用户单击时触发器会调用标记定义操作。

    The tag creates a trigger that, when clicked by the user, invokes the action defined within the tag.

    youdao

  • 如果pluto队列管理器正在运行启动队列已定义,那么您应该能看到消息说明触发器监控器启动,且正在等待触发器消息。

    If the PLUTO queue manager is running and the initiation queue is defined, you should see a message stating that the trigger monitor is started and waiting for a trigger message.

    youdao

  • 如果避免触发器执行可接受的,可以通过参考资料列出文章所描述技术临时禁用触发器

    Where it is acceptable, you may wish to temporarily disable triggers using one of the techniques described in the article listed in the References section.

    youdao

  • 而在例中自动触发并非理想行为所以需要定义转换触发器

    In this case, automatic is not the desired behavior, so you need to define the trigger for the transitions.

    youdao

  • 数据库触发器驻留数据库中的程序,当数据库中的发生更新之类的事件时会运行触发器

    A database trigger is program residing in the database that runs when an event, such as an update, occurs on a table in the database.

    youdao

  • 触发器视图允许指定触发器类型触发器文本以及其他触发器属性如下面的13

    The trigger view allows you to specify the type of trigger, the trigger text, and several other trigger properties, as shown in Figure 13 below.

    youdao

  • 现在已经建立触发器处理程序项目准备修改触发器处理程序文件

    You have now finished setting up your trigger handler project and are ready to modify your trigger handler file.

    youdao

  • 表示可以有零个多个事件触发器这些触发器可以识别状态更改

    An indication may have zero or more event triggers, which are recognitions of changes in state.

    youdao

  • 本文中,触发器世界里遨游,看看如何通过触发器增强数据库中的业务规则

    In this article, you'll explore the world of triggers and see how they can be used to enforce business rules in your database.

    youdao

  • 触发器视图允许指定触发器类型触发器文本以及其他触发器属性

    The trigger view allows you to specify the type of trigger, the trigger text, and several other trigger properties.

    youdao

  • 触发器支持行前触发器触发器语句触发器触发器语句过程语言复合语句编写

    Triggers Supports before row triggers, after row and statement triggers with trigger statements written in procedure language compound statements.

    youdao

  • 触发器启动触发事件之前还是之后称为触发器激活时间

    Whether a trigger fires before or after the triggering event is known as the activation time of the trigger.

    youdao

  • 语句执行时(1),触发器调用(2)。触发器注册一个回调函数(3),以便结果写入一个文件

    When a statement executes (1), the trigger is called (2). The trigger registers a callback function (3) to write the result to a file.

    youdao

  • 触发器逻辑转移存储过程触发器调用存储过程。

    Move the trigger logic to a stored procedure and call the stored procedure from the trigger.

    youdao

  • 前所述,触发器触发后,队列管理器基于队列深度禁用触发机制。

    As noted earlier, the queue manager disables triggering when a trigger is fired, based on queue depth.

    youdao

  • 一个可选更深考虑使用数据库触发器跟踪变化,拦截访问触发器写入

    One option for further consideration would tracking modifications using database triggers, and having the interceptor access the table the triggers write to.

    youdao

  • 一个名为触发器监控器特殊程序接收来自队列管理器触发器消息读取进程定义然后运行进程定义中指定命令

    A special program called a trigger monitor receives the trigger message from the queue manager, reads the process definition, and then runs the command line task specified there.

    youdao

  • 第三方法触发器逻辑转移应用程序,放弃触发器

    The third option is to move trigger logic to application layer and get from the trigger.

    youdao

  • 一些队列属性决定何时出发触发器一个进程定义包含用于响应触发器命令

    Queue attributes determine when the trigger is fired and a process definition contains the command line to be executed in response to the trigger.

    youdao

  • 另一种方法BEFORE触发器转换为after触发器,前提条件是不会影响功能

    Another option is to convert a BEFORE trigger to an AFTER trigger, as long as it does not affect the functionality.

    youdao

  • 另一种方法BEFORE触发器转换为after触发器,前提条件是不会影响功能

    Another option is to convert a BEFORE trigger to an AFTER trigger, as long as it does not affect the functionality.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定