call statement信息详情

call statement发音

意思翻译

调用语句

相似词语短语

statement───n.声明;陈述,叙述;报表,清单

anecdotal statement───轶事陈述

customer statement───客户结单,[金融]客户对数单;客户月结报告;[金融]客户对帐单

call───vi.呼叫;拜访;叫牌;n.电话;呼叫;要求;访问;n.(Call)人名;(瑞典、罗)卡尔;(英)考尔;vt.呼叫;称呼;召集

vision statement───n.愿景宣言; 前景陈述;愿景宣言;远景声明

problem statement───[计]问题陈述;[计] 问题陈述

privacy statement───隐私权声明

disjunction statement───析取语句

billing statement───账单;明细表;清单

双语使用场景

They can also be changed by being the argument of an out or inout parameter in a call statement───也可以作为调用语句的 out 或 input 参数的实参进行修改。

Assuming the CALL statement is CALL fstp1(10,?), here is the db2expln output───假设 CALL 语句是 CALL fstp1(10,?)

Federated procedures are invoked using the CALL statement.───使用call语句调用联邦过程。

Triggers can call procedures and fire other triggers, but they have no parameters and cannot be invoked by a CALL statement.───触发器可以调用过程和触发其它触发器,但它们不具有任何参数并且无法由CALL语句调用。

You can optionally use the Call statement to call a Sub procedure.───也可以使用Call语句调用Sub过程。

Procedures are invoked with a CALL statement , and use parameters to accept values and return values to the calling environment .───过程是通过CALL语句调用的,并且使用参数来接受值和将值返回到调用环境中。

If the string is a SQL SELECT statement or an ODBC CALL statement, the framework uses the string as the recordset's SQL statement.───如果该字符串为SQLSELECT语句或ODBCCALL语句,则框架将该字符串作为记录集的SQL语句使用。

This information is returned by the Embedded SQL DESCRIBE or by ODBC SQLDescribeCol when a CALL statement is being described.───描述CALL语句时,嵌入式SQLDESCRIBE或ODBCSQLDescribeCol返回此信息。

The DECLARE CURSOR statement declares a cursor with the specified name for a SELECT statement or a CALL statement.───DECLARECURSOR语句用SELECT语句或CALL语句的指定名称声明游标。

英语使用场景

EXTERNAL NAME string / identifier -- Specifies the name of the z/OS load module for the program that runs when the procedure name is specified in an SQL CALL statement.