首页 / 词典 / good

inout

  • 网络双向;双向总线;输出入
inoutinout
  1. We have even shown you how to return multiple values using InOut parameters .

    我们甚至还为您展示了使用InOut参数返回多个值的方法。

  2. Also , stored procedures support IN , OUT , and INOUT parameters .

    而且,存储过程支持IN、OUT和INOUT参数。

  3. This method has two InOut values as parameters , and it returns an integer .

    该方法有两个InOut值作为参数,并返回整数。

  4. A different technique you can use when you want to work with only simple data types is InOut parameters .

    当仅希望使用简单数据类型时,另一种可以使用的方法是InOut参数。

  5. Support for INOUT and OUT parameters of stored procedures

    对于存储过程INOUT和OUT参数的支持

  6. Parameter names , types and modes ( in , out or inout )

    参数名称、类型和模式(in、out还是inout)

  7. Holder classes are used to support the OUT and INOUT parameters in mapped method signatures .

    占位符类用于在已映射方法的签名中支持OUT和INOUT参数。

  8. Shouldn 't you have brought the washing inout of the rain ?

    难道你不该把洗好的衣服从雨中拿进来吗?

  9. Returning multiple values with InOut parameters

    使用InOut参数返回多个值

  10. Similarly , the INOUT parameter can be created using the keyword INOUT .

    类似地,可以使用关键字INOUT创建INOUT参数。

  11. The Unified ODBC API does not offer support for INOUT and OUT parameters of stored procedures .

    统一ODBCAPI不提供对存储过程INOUT和OUT参数的支持。

  12. From the function perspective , the two gateways support basic data types and IN , INOUT , OUT three kinds of transmission patterns ;

    从功能角度看,两种网关能够支持各种基本数据类型以及IN,INOUT,OUT三种参数传递模式;

  13. INOUT parameters in procedure calls can be handled using single variable that will behave as both IN and OUT .

    可以使用同时表现为IN和OUT的单个变量处理过程调用中的INOUT参数。

  14. The service client uses the Holder class instance to send the values of either the out or the inout parameter .

    服务客户机使用Holder类实例发送out参数或inout参数的值。

  15. The discovering mechanism was discussed based on P2P network inout the nation , and a new discovering mechanism - mixed discovering mechanism was brought forward .

    论述了当前国内外P2P网络的发现机制,在此基础上,提出了一种新的发现机制&混合发现机制。

  16. When they are used as method parameters , they become InOut parameters in the SOAP request / response , so they both receive and return a value .

    将该类用作方法参数时,它们将变成SOAP请求/响应中的InOut参数,因此可以接收并返回值。

  17. However , if you have one or more InOut parameters as well as a method return value , you now have the ability to return multiple individual values in your method response instead of a single value .

    但是,如果有一个或多个InOut参数作为方法返回值,那么就可以在方法响应中返回多个独立的值而不是单个值。

  18. Admittedly , InOut parameters are not seen that often because returning multiple values is normally handled by returning complex data types , but it is a good technique to be aware of .

    不可否认,InOut参数不那么常见,因为返回多个值通常是通过返回复杂数据类型来处理的,但这仍是个值得注意的好方法。

  19. 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参数作为包装器存储过程的结果集返回。