INOUT的意思
INOUT中文翻譯:
雙向端口
insectivora species───食蟲綱
ghost riders in the sky───天空中的幽靈騎士
corroboration define───確證定義
glide into───漸變為
cinematics definition───電影定義
karsts of China───中國巖溶
waittinthe well───小心點
cove molding───油畫外框的一種(邊呈凹圓狀)
cannonading of the french fleet───法國艦隊的炮聲
cross training───交叉培訓; 交叉鍛煉;交叉訓練
Returning multiple values with InOut parameters.───使用InOut參數返回多個值。
Support for INOUT and OUT parameters of stored procedures.───對于存儲過程INOUT和OUT參數的支持。
This is the inout style of parameter passing.───這是參數傳遞的inout樣式。
If you do not specify one of these values, parameters are INOUT parameters by default.───如果未指定上述任何前綴,缺省使用INOUT參數。
They must have valid data types (see SQL Data Types), and can be prefixed with one of the keywords IN, OUT or INOUT.───它們必須具有有效數據類型(請參見SQL數據類型),并且可以用關鍵字IN、OUT或INOUT作為前綴。
The workaround to this problem is to use a custom class that acts as a container for the array but does not extend INOUT_HOLDER.───這個問題的應對方法是使用一個用作數組容器但是沒有擴展INOUT_HOLDER的自定義類。
INOUT parameters in procedure calls can be handled using single variable that will behave as both IN and OUT.───可以使用同時表現為IN和OUT的單個變量處理過程調用中的INOUT參數。
Parameters can be prefixed them with one of the keywords IN, OUT, or INOUT.───參數可以使用的前綴有:IN、OUT或INOUT。
The out and inout parameter passing modes cannot be mapped directly into the Java parameter passing mechanism.───out和inout的參數傳遞模式不能被直接映射到Java的參數傳遞機制。
Support for out and inout parameter passing modes requires the use of additional holder classes.
The out and inout parameter passing modes cannot be mapped directly into the Java parameter passing mechanism.
When the client invokes an interface operation, it must send the operation data (in and inout parameters) to the server.
While SQL statements return result sets and UDFs return values (scalar or tabular), stored procedures can return multiple values in OUT and INOUT parameters, in addition to multiple result sets.
This is the inout style of parameter passing.
Note that since Sybase procedures allow the user to pass an initial value for an OUT parameter, DB2 treats Sybase OUT parameters as INOUT parameters.