• A statement, embedded in source language, that is to be replaced by a defined statement sequence in the same source language.

    嵌入在源语言中的一种语句,它将被已经用相同源语言定义的语句串所替代。

    youdao

  • And then every time someone USES the method, they need to remember where it was defined and add the appropriate import statement.

    接下来当别人每次使用该方法时,他们都需要记住它定义在什么地方并增加适当的导入语句。

    youdao

  • When an SOA scope statement is defined, lack of knowledge about legacy IT systems and what their process and information-management capabilities are undoubtedly leads to change.

    定义SOA范围声明时,缺乏遗留IT系统的知识,不了解哪些流程和信息管理功能一定将更改。

    youdao

  • SQL parameters found in your SQL statement are automatically discovered but can also be manually defined.

    在您的sql语句中找到的SQL参数是自动发现的,但也可以手工定义。

    youdao

  • When a REFRESH statement is invoked for an MQT defined with nicknames in it, it deletes any pre-existing data in the MQT and populates the data afresh.

    每当针对一个其中定义了昵称的MQT调用refresh语句时,该语句会删除MQT中预先存在的任何数据并重新用数据进行填充。

    youdao

  • The STOP run statement closes all files defined in any of the programs in the run unit.

    STOPrun语句关闭了运行单元内的任意程序中定义的所有文件。

    youdao

  • Variables specifically defined by the user using the % define statement (define in PHP).

    用户使用%define (php中的define)语句特别定义的变量。

    youdao

  • This matches any call to a method defined on a JDBC connection that returns a Statement or any subclass thereof.

    这个建议匹配的方法调用是在JDBC连接上定义的,而且会返回Statement或任何子类。

    youdao

  • But in DB2, you must provide a value for NOT NULL columns in an INSERT statement when a default hasn't been defined.

    但在DB 2中,如果未定义该值,则必须在insert语句中为NOTnull列提供值。

    youdao

  • Business Goals are defined to be a statement of the expected state or condition of the business if the business Directives take effect as expected.

    业务战略目标(Business Goal)陈述在业务指示发挥预期作用的情况下应该实现的业务状态。

    youdao

  • When using inline methods, you can invoke methods defined in the data interface and pass the SQL statement as a parameter in the invocation of a method.

    当使用内联方法编程风格时,用户可以调用Data接口中定义的方法,将sql语句作为方法调用中的一个参数。

    youdao

  • For several versions, we have had generators defined with the yield statement in a function body.

    有几个版本中已出现了在函数体中用yield语句定义的生成器。

    youdao

  • The client stub object is created in the try statement using the AskServiceLocator object that defines the service address and port for the service as defined in the WSDL.

    客户机存根对象将通过使用AskServiceLocator对象在try语句中创建,后者为在WSDL中定义的服务定义了服务地址和端口。

    youdao

  • In our example, 'aggregate_sales' was defined as a user-maintained MQT, the following statement must be issued to bring the MQT out of check-pending state.

    在我们的例子中,' aggregate_sales '被定义为用户维护的MQT,必须发出下面这个语句使MQT脱离check - pending状态。

    youdao

  • The SQL statement references a DB2 II nickname I defined for an XML file.

    SQL语句引用我为XML文件定义的DB2II昵称。

    youdao

  • With the DECLARE cursor command, a cursor is defined that reads all data of the source table SALES using a trivial SELECT statement.

    使用DECLARECURSOR命令定义一个游标,它使用select语句读取源表sales的所有数据。

    youdao

  • This causes a false impression that user and group accounts can be defined within DB2 UDB. For example, if you issue the following statement while connected to the finance database.

    这就造成了一种错误的印象,即可以在DB 2UDB中定义用户和组。

    youdao

  • Because both of these views are defined with a single SQL select statement on the underlying table, the query performance will not suffer.

    因为这两个视图都是在下面的表格上使用单独的SQL选择语句进行定义,所以不会影响查询性能。

    youdao

  • But after you've trimmed all the extras, you should be left with a very tight, well-defined functionality statement.

    剪掉所有这些枝节之后,剩下的应该是一个非常紧凑、定义明确的功能陈述。

    youdao

  • The statement defined in the STMTKEY element must exactly match the statement whose access plan must be influenced, although differences in whitespaces are tolerated.

    STMTKEY元素中定义的语句必须精确匹配其访问计划必须受到影响的语句,但是允许出现不同的空白。

    youdao

  • You can use a SIGNAL statement to raise an error condition if the business rule defined in your trigger is violated.

    如果违反了您在触发器中定义的业务规则,就可以使用signal语句来抛出一个错误条件信号。

    youdao

  • The key (or keys) are used to replace the parameter marker (or markers) which were defined as part of the SQL statement string created in the RPG HANDLE_OPEN sub-procedure.

    这个键(或多个键)用于替代这个参数标记(或多个标记),参数标记被定义为在RPG handle_open子过程中创建的sql语句字符串的一部分。

    youdao

  • ShareParadoxes are rather loosely defined, but can be said to be a true statement that defies intuition.

    悖论的定义非常宽泛,但我们可以将它说成是藐视直觉的事实。

    youdao

  • If the variable is not defined, the statement is flagged as a syntax error.

    如果变量没有定义,则语句被标为有语法错误。

    youdao

  • The FOR statement is used to iterate over rows of a defined result set.

    FOR 语句用来遍历一个确定的结果集中的行。

    youdao

  • In this statement, however, at least some of the values to which + is applied are string data rather than the numeric data on which addition is defined.

    不过在这条语句当中,+的一些参数不是加法所定义的整数,而是字符串。

    youdao

  • In the DB2 procedure example in Table 6, the SIGNAL statement is used to generate a user-defined SQLSTATE and a message that is returned to the caller through the SQLCA.

    在表6的DB 2过程示例中,signal语句用于生成用户定义的SQLSTATE和一条消息,该消息通过SQLCA返回给调用方。

    youdao

  • 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.

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

    youdao

  • Information, defined as knowledge conveyed to the mind by a statement of fact, can take many forms.

    信息被定义为通过陈述事实向大脑传达的知识,它可以有多种形式。

    youdao

  • Listing 8 shows a CALL statement issued from the CLP to the procedure find_customers defined earlier, and the output generated by the CLP.

    清单8显示了从CLP向前面定义的过程find _ customers发出的call语句以及clp生成的输出。

    youdao

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

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

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