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.