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.