• 您可以当前语句开始运行直至到达一个断点程序尾部)。

    Run from the current statement until a breakpoint (or the end of the program) is reached.

    youdao

  • 当前语句指示器另一跳过重新执行代码

    You can drag the current statement indicator to another line to either skip or re-execute code.

    youdao

  • 活动语句包括调用堆栈中的函数当前语句而调用任何语句

    Active statements include any statements, in functions on the call stack, that were called to get to the current statement.

    youdao

  • 可以跳入调用函数程序进行逐句调试,或仅仅整个调用作为一个当前语句运行

    You can step into called functions or programs, or just treat the calls as part of running the current statement.

    youdao

  • 如果统计数据更改段时间并且当前语句拥有理想的访问路径DB 2基于语句继续使用路径。

    If statistics haven't changed in a while and you have a desirable access path with current stats, DB2 will continue to use that path based on the old stats.

    youdao

  • 如果选择继续运行脚本会重新计算当前执行的语句数,也就是说,如果这个数值再次达到上限时,你再次看到这个对话框

    If you choose to continue running the script, then the executed statement count is reset. You will see the dialog again if the number of statements once again reaches the maximum.

    youdao

  • 不过仍然记住分析得到结果仅取决于sql语句缓存当前内容

    However, you still need to be aware that the results depend on the current contents of the SQL statement cache.

    youdao

  • 转移条件就是或者语句处理器借以判定任何一个特定活动当前状态

    A transition condition is a true or false statement that the processor may use to determine the current state of any particular activity.

    youdao

  • 例如可以创建影响当前开发人员语句(参见清单9)。

    For example, you can create a statement that only affects the current developer (see Listing 9).

    youdao

  • 使用FLUSHPACKAGE命令删除缓存当前所有缓存动态sql语句强制隐式编译请求

    Use the FLUSH package command to remove all cached dynamic SQL statements currently in the package cache and force the next request to be implicitly compiled.

    youdao

  • SETOPTIMIZATIONENVIRONMENTFACT语句针对当前会话所有查询用于指定一个星型连接优化视为事实的表清单

    The SET OPTIMIZATION ENVIRONMENT FACT statement can be used to specify a list of tables that can be considered as fact tables during star join optimization for all queries in the current session.

    youdao

  • 关键准备好的语句中的sql语句会引用游标当前位置所以可以多次执行更新不同

    The key is that the SQL statement in the prepared statement references the current position of the cursor, so you can execute it multiple times and update different rows.

    youdao

  • 命令调用DB - Access时可以指定数据库作为当前数据库,执行包含多个sql语句文件

    When you invoke DB-Access from the command line, you can specify a database as current and execute a file that contains one or more SQL statements. For example.

    youdao

  • main方法使用增强for循环迭代通过不同语,当前实例上使用一个简单switch语句来设置每个大小

    The main method USES an enhanced for loop to iterate through the different primitives and a simple switch statement on the current instance to set the size value of each primitive.

    youdao

  • 不过当前t2zos应用程序仍然使用JDBC1定位update语句,其遵循格式如下。

    However, current t2zos applications still use the JDBC 1 positioned UPDATE statements and use the form.

    youdao

  • db 2 exfmt输出ProfileInformation部分可以用来检验是否已将正确优化概要文件语句概要文件应用当前查询

    The "profile Information" section of the db2exfmt output can be used to verify that the correct optimization profile and statement profile have been applied to the current query.

    youdao

  • SQLExplorer页面显示当前数据库服务器执行所有sql语句类型汇总信息

    The SQL Explorer page displays a summary of all SQL statement types that have been executed on the current database server.

    youdao

  • 注意使用RequisitePro管理业务策略业务规则语句符合IndustryModels当前工具建议

    Note that this use of RequisitePro to manage business policy and business rule statements fits well with current tooling recommendations around the Industry Models.

    youdao

  • 查询当前用户所在部门全部员工使用以下语句

    In order to query all employees that work in the same department as the current user, use this statement.

    youdao

  • 是因为当前版本IntegrationModule中的异构批处理提高INSERTUPDATEdelete语句性能

    This is because heterogeneous batching in the current release of the Integration Module only improves performance of INSERT, UPDATE, and DELETE statements.

    youdao

  • SETOPTIMIZATION ENVIRONMENT star_join语句可用启用禁用强制星型连接计划用于当前会话所有查询

    The SET OPTIMIZATION ENVIRONMENT STAR_JOIN statement can be used to enable, disable, or force star join plans for all queries in the current session.

    youdao

  • 可以使用新的SETENVIRONMENTOPTCOMPIND语句当前会话动态设置 OPTCOMPIND环境变量

    You can use the new SET ENVIRONMENT OPTCOMPIND statement to set the value of the OPTCOMPIND environment variable dynamically for the current session.

    youdao

  • 如果启用这个新的CS行为(新的DB 2 9.7数据库中默认行为),AppB发出语句返回当前提交而不需要等待

    When you enable this new CS behavior (it is the default behavior for new DB2 9.7 databases), the statement from AppB returns the currently committed value, instead of waiting.

    youdao

  • 使用UNIONALL子句,可将当前迭代SELECT语句结果初始 SELECT 语句的结果以及之前的迭代返回所有结果合并在一起。

    The result of the current iterative select statement is merged with the result of the initial select statement and all results returned by the previous iterations using a UNION ALL clause.

    youdao

  • import语句引入其他命名空间(namespace),但include语句却是将其他的声明引入当前命名空间中。

    An import statement brings in other namespaces. An include statement brings other declarations into the current namespace.

    youdao

  • 或许最有用的准备好的语句不仅可以获取输入而且可以对游标当前行进行操作

    Perhaps the most useful prepared statements are those that not only take input values, but also operate on the current row of a cursor.

    youdao

  • 语句输入优先于ONCONFIG文件指定当前设置

    The value that you enter using this statement takes precedence over the current setting specified in the ONCONFIG file.

    youdao

  • 当前版本IntegrationModule支持SELECT语句异构处理,因此这些语句流经定制的批处理程序持续程序。

    The current version of the Integration Module does not support heterogeneous batching of SELECT statements, so they do not flow through the custom batcher and persister.

    youdao

  • 对于这个语句来说元数据或者triple宾语当前web页面一部分并且没有其他span元素一样存储content属性中。

    For this statement, the metadata value, or the object of the triple, is part of the actual Web page, and not stored in a content attribute like it is with the other span elements.

    youdao

  • 完成上述操作之后,执行以下语句,将当前会话授权ID重新设置成常规授权id。

    When you have finished, reset the current session authorization ID to your regular authorization ID by executing one of the two following statements.

    youdao

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

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

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