• Federated procedures are invoked using the CALL statement.

    使用call语句调用联邦过程

    youdao

  • Assuming the CALL statement is CALL fstp1(10,?), here is the db2expln output

    假设CALL语句CALL fstp1(10,?)

    youdao

  • They can also be changed by being the argument of an out or inout parameter in a call statement

    可以作为调用语句outinput参数进行修改

    youdao

  • ADMIN_CMD Procedure Executes DB2 command line processor (CLP) administrative commands using the SQL CALL statement.

    ADMIN_CMD过程使用SQLcall语句执行db2命令处理器(CLP)管理命令

    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

  • Listing 17 shows an example of a CALL statement issued from the CLP to procedure alternate_find_customers and the output generated by the CLP.

    清单17显示了CLP过程alternate_find _ customers发出call语句示例以及clp生成输出

    youdao

  • One method is to register the external program as a stored procedure and then use the SQL Call statement to run the program with a call to the stored procedure.

    一种方法外部程序注册存储过程然后使用SQLCall语句调用存储过程运行程序。

    youdao

  • Since you cannot enforce this restriction, data inconsistencies may occur if the remote procedure has a COMMIT or ROLLBACK statement (see the Transaction issues with call statements section below).

    因为不能强制实施一限制如果远程过程COMMITrollback语句就可能发生数据不一致(下面call语句事务问题一节)。

    youdao

  • This image, which we call a vision, may be as vague as a dream or as precise as a goal or a mission statement.

    这个构想我们可以称为愿景,也可以是一个模糊梦想精确目标或是一个使命陈述。

    youdao

  • I concentrated on the truth of this statement, and thought again of his family, waiting for the phone call that mine had just received, a phone call they'd never get.

    集中精力确保一陈述真实性再次想到家庭他们正在等待一个刚刚接到他们却再也无法听到的电话

    youdao

  • Both Microsoft and Yahoo — but especially Microsoft's Ballmer — used their joint statement and conference call to offer several digs at search market leader Google.

    微软雅虎尤其是微软Ballmer在他们共同声明以及电话会议中多次冒犯了,或者说挑衅了搜索市场老大Google

    youdao

  • The 64-year-old driver also violated company policy that requires operators to call for assistance before removing any minors, TriMet said in a statement.

    TriMet公司份声明中,公司要求司机任何未成年人下车之前必须寻求帮助。这位64司机的做法违反了公司的规定。

    youdao

  • Some might call this a statement of the obvious.

    有些人或许认为此项声明显而易见

    youdao

  • But Larry Paige at Google can call up a broker — he better get the board's permissionsomebody at Google can call up a broker and make the same statement: we want to buy Google shares.

    但是谷歌的拉里·佩奇也给经纪人打电话,当然经过董事会允许,谷歌的某个雇员可以给经纪人打电话然后做出同样买入要求,我们买进谷歌的股份

    youdao

  • You can either call the function directly, or create a view based on this statement and then query the view.

    可以直接调用函数可以根据这个语句创建视图然后查询视图。

    youdao

  • These functions take environment, connection, statement, or descriptor handles as input and return the diagnostic information related to the last function call made using that handle.

    这些函数环境连接句柄、语句句柄描述符作为输入参数返回上一次使用句柄作出函数调用相关诊断信息

    youdao

  • Because you are only interested in viewing the data, you would prefer to do so anonymously, issue a rollback statement immediately after the call to cover your tracks, as shown in Listing 7.

    由于查看数据感兴趣因此希望以匿名方式执行调用之后立即发出一条回滚语句隐藏踪迹如清单7所

    youdao

  • Suppose the programmer needs to use the CALL CICS statement in COBOL but forgot the syntax.

    假定程序员需要COBOL中使用CALLCICS语句却忘记语法

    youdao

  • The implementation of the stored procedure described in this section addresses those needs because CALL is a SQL statement of its own.

    一节描述存储过程实现解决了这些需求因为CALL本身sql语句

    youdao

  • Each JDBC call is dynamic in nature and requires the SQL statement to be parsed and optimized at run time.

    每个jdbc调用性质上动态的,要求运行分析优化sql语句

    youdao

  • After the call, the company was quick to send a clarification statement, but it also seemed to differ slightly from the earlier remarks.

    会后公司迅速发出了一份澄清声明似乎之前讲话略有出入。

    youdao

  • Take five to twenty minutes to come up with a purpose for your site, or better yet, call it your Mission Statement.

    花上二十分钟,写上站点目的或者更好说法你的使命描述

    youdao

  • In the first passage, the statement about language by criticism, that sign and meaning can never coincide, is what is precisely taken for granted in the kind of language we call "literary."

    第一关于语言主张批判方式,认为符号意思永远不能相矛盾正是这个主张,被人们认为是理所当然的,对于我们所说的文学语言来说

    youdao

  • Without either of these options, the try and catch code can still execute, and the system does not call the destructors of local objects up to the throw statement.

    如果不使用这两个选项trycatch代码仍然可以执行并且系统执行throw语句时才会调用局部对象构函数。

    youdao

  • The db2pd call gathers information about locks, transactions, applications, and the statement cache and stores this information in a text file for analysis purposes.

    db 2 pd调用收集锁定事务应用程序语句缓存相关信息将信息存储一个文本文件中以供分析。

    youdao

  • A Data Web Service can contain one or more operations where each is based on a single stored procedure call or SQL statement.

    每个DataWebService可以包含多个操作,每个操作都基于存储过程调用或一条sql语句

    youdao

  • This is important in Python programs because file input and output are, by default, buffered; data isn't written as soon as you call a print statement but is instead written in chunks.

    Python程序重要因为默认情况下,文件输入输出缓冲的;在调用print语句时数据实际未被写入相反,数据成批写入的。

    youdao

  • You can also define the shape of your select command, be it an SQL statement or stored procedure call, by either discovering the result set or manually defining the one or more returned result sets.

    可以通过发现结果手工定义一个多个返回结果集,来定义select命令形式sql语句还是存储过程调用

    youdao

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

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

    youdao

  • When you call the odbc_exec function for a SELECT statement, the function returns a result set identifier.

    select语句调用odbc_exec函数时,函数返回一个结果标识符。

    youdao

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

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

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