导航菜单

inout是什么意思_翻译中文_怎么读

in-out

美式发音: 英式发音: 

n.手足相联跳伞

网络释义:输入输出(input-output);双向模式;输出参数

网络释义

n.1.手足相联跳伞

1.输入输出(input-output)了一种新的 SQL UDF,它支持输出(OUT)和输入输出INOUT)模式的参数,在其函数体中的复合 SQL 语句,在创建函 …

2.双向模式 ... out 输出端口 inout 双向端口 inout 任意 ...

6.双向埠 ouput 输出埠 inout 双向埠 Terminal 打开,如下图所示。 ...

例句释义:,手足相联跳伞,双向模式,输出参数

1.If you do not specify one of these values, parameters are INOUT parameters by default.如果未指定上述任何前缀,缺省使用INOUT参数。

2.They must have vapd data types (see SQL Data Types), and can be prefixed with one of the keywords IN, OUT or INOUT.它们必须具有有效数据类型(请参见SQL数据类型),并且可以用关键字IN、OUT或INOUT作为前缀。

3.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的自定义类。

4.INOUT parameters in procedure calls can be handled using single variable that will behave as both IN and OUT.可以使用同时表现为IN和OUT的单个变量处理过程调用中的INOUT参数。

5.Parameters can be prefixed them with one of the keywords IN, OUT, or INOUT.参数可以使用的前缀有:IN、OUT或INOUT。

6.The out and inout parameter passing modes cannot be mapped directly into the Java parameter passing mechanism.out和inout的参数传递模式不能被直接映射到Java的参数传递机制。

7.When the cpent invokes an interface operation, it must send the operation data (in and inout parameters) to the server.客户机调用接口操作时,它必须将操作数据(in和inout参数)发送到服务器。

8.INOUT The parameter is a variable that provides a value to the procedure, and could be given a new value by the procedure.INOUT此参数是一个为过程提供值的变量,并且可由过程赋值。

9.Parameters to procedures can be marked as one of IN, OUT, or INOUT.过程的参数可以标记为IN、OUT或INOUT之一。

10.The Unified ODBC API does not offer support for INOUT and OUT parameters of stored procedures.统一ODBCAPI不提供对存储过程INOUT和OUT参数的支持。