This is the inout style of parameter passing.
这是参数传递的inout样式。
Returning multiple values with InOut parameters.
使用InOut参数返回多个值。
Parameter names, types and modes (in, out or inout).
参数名称、类型和模式(in、out还是inout)。
Support for INOUT and OUT parameters of stored procedures.
对于存储过程INOUT和OUT参数的支持。
Also, stored procedures support IN, OUT, and INOUT parameters.
而且,存储过程支持IN、OUT和INOUT参数。
Similarly, the INOUT parameter can be created using the keyword INOUT.
类似地,可以使用关键字 INOUT 创建 INOUT 参数。
This method has two InOut values as parameters, and it returns an integer.
该方法有两个InOut值作为参数,并返回整数。
We have even shown you how to return multiple values using InOut parameters.
我们甚至还为您展示了使用InOut参数返回多个值的方法。
The Unified ODBC API does not offer support for INOUT and OUT parameters of stored procedures.
统一odbc API不提供对存储过程INOUT和OUT参数的支持。
Holder classes are used to support the OUT and INOUT parameters in mapped method signatures.
占位符类用于在已映射方法的签名中支持OUT和INOUT参数。
Support for out and inout parameter passing modes requires the use of additional holder classes.
要支持out和inout的参数传递模式需要另外使用holder类。
As shown Table 1, a new Holder class is defined in order to support out and inout parameters.
如表1所示,为了支持out参数和inout参数,定义了一个新的holder类。
They can also be changed by being the argument of an out or inout parameter in a call statement
也可以作为调用语句的 out 或 input 参数的实参进行修改。
INOUT parameters in procedure calls can be handled using single variable that will behave as both in and OUT.
可以使用同时表现为IN和OUT的单个变量处理过程调用中的INOUT参数。
The service client USES the Holder class instance to send the values of either the out or the inout parameter.
服务客户机使用holder类实例发送out参数或inout参数的值。
When the client invokes an interface operation, it must send the operation data (in and inout parameters) to the server.
客户机调用接口操作时,它必须将操作数据(in 和 inout 参数)发送到服务器。
It is easy to create SQL stored procedures, so for each stored procedure with INOUT and OUT parameters, you can create a wrapper stored procedure.
SQL存储过程的创建十分容易,因此,对于每个带有INOUT和OUT参数的存储过程,都可以创建一个包装器存储过程。
The wrapper stored procedure simply calls the existing stored procedure and returns the OUT and INOUT parameters from the wrapped stored procedure as a result set in the wrapper stored procedure.
包装器存储过程仅仅调用现有的存储过程,并将所包装存储过程的OUT和INOUT参数作为包装器存储过程的结果集返回。