An extended stored procedure did not set an out parameter data value.
执行扩展存储过程时出错:应有一个输出参数。
You can save input or in-out parameter values across Visual Studio sessions.
可以保存VisualStudio会话的输入或输入输出参数值。
They can also be changed by being the argument of an out or inout parameter in a call statement
也可以作为调用语句的out或input参数的实参进行修改。
Support for out and inout parameter passing modes requires the use of additional holder classes.
要支持out和inout的参数传递模式需要另外使用holder类。
Listing 11 USES the out parameter prod_id for creating a stored procedure with the out parameter.
清单11使用out参数prod _ id创建一个具有out参数的存储过程。
Do not have public members that return exceptions as the return value or as an out parameter.
不要包含将异常作为返回值或输出参数返回的公共成员。
Name is a buffer (an OUT parameter), which contains the network transport address of the foreign host.
name是缓冲区(OUT参数),它包含外来主机的网络传输地址。
JPA has a significant limitation: JPA does not fully support calling stored procedures with the OUT parameter.
JPA有一个非常重要的限制:JPA并不能完全支持对带有OUT参数的存储过程的访问。
The service client USES the Holder class instance to send the values of either the out or the inout parameter.
服务客户机使用holder类实例发送out参数或inout参数的值。
The protocol sequence ID table is then traversed and the protocol strings are copied into the out parameter 'protseq_vector'.
然后遍历协议序列id表,把协议字符串复制到输出参数‘protseq_vector’中。
This limitation is significant because most useful stored procedures have an OUT parameter that provide some sort of data to the calling program.
这种限制非常重要,因为大多数有用的存储过程都有一个OUT参数,该参数向访问程序提供了一些数据。
In Listing 24, the procedure proc is coded to return an OUT parameter value, which is denoted by the parameter marker (?), and was not coded to accept an input value.
在清单24中,过程被编码为返回一个OUT参数值,使用参数标记(?)表示,并且不能接受输入值。
Procedure find_customers, takes two parameters of type phonenumbers (one in and one OUT), and populates the OUT parameter with the input Numbers that begin with a given area code.
过程find _ customers采用类型为phonenumbers的两个参数(一个为in,另一个为OUT),并通过以给定区域代码开始的输入数字来填充out参数。
A point to note here is that if this approach is followed, the calls to the original UDF will have to be modified so that they now execute the stored procedure, and supply an extra OUT parameter.
这里要注意一点:如果采用这种方法,就必须修改对原udf的调用,改为执行存储过程并提供一个额外的OUT参数。
The system carries out parameter setting by fewer keys, adopts the PWM technique to carry on the charge management of storage battery. The protection measures of overload and short circuit are used.
系统以较少的按键实现了参数设置,采用PWM技术对蓄电池进行充电管理,采取了负载过流、短路保护措施。
This thesis carries out studies around the parameter identification of excitation system and carries out parameter identification of liner circle and nonparametric identification of nonlinear circle.
本文围绕励磁系统参数辨识这一题目进行研究,进行了励磁系统线性环节和非线性环节的参数型或非参数型的辨识。
Then we can create an inner table out of the link table, using the global variable as the inner table's WORK_ITEMID parameter value.
然后我们可以使用全局变量作为内部表格的 WORK_ITEMID参数值,来在联系表格外面创建一个内部表格。
The program takes the name of a process template as a command line parameter and prints out start times of all of the corresponding process instances.
该程序将流程模板的名称作为命令行参数,并且打印出了所有相对应的流程实例的启动时间。
The original document is passed in as an input parameter, and the new document is passed out as an output parameter.
原来的文档作为输入参数传递进存储过程,新文档作为输出参数传递出来。
To try out what you learned in this article, you could extend the current XLST plug-in to add parameter support.
您若想试试本文学到的内容,可以扩展当前的XLST插件,增加参数支持。
This parameter has the effect of checking out the newly created document in the CMIS repository.
这个参数用于签出 CMIS 知识库中新建的文档。
This method also accepts a Boolean input parameter, which indicates if storage needs to be cleaned up after the attachment is checked out.
该方法也接受一个boolean输入参数,指明签出附件之后是否需要清理存储。
The mode parameter that each of the four regex functions accepts should be a string of up to three characters, out of four possible modes.
四个regex函数中的每个函数可以接受的模式参数都应该是一个最多三个字符的字符串,且不属于四种可能的模式。
IF you use this technique, remember to set the rc: LinkTarget parameter to the name of your IFRAME to avoid popping out of the frame when a user clicks a link in the report, as with any frame.
如果您使用这种技术,切记要将rc:LinkTarget参数设置为IF RAME的名称,以避免当用户单击报表的链接时在框架外弹出任意一个框架。
Open a console window and run the client, providing the address of the Web service as a parameter. It should print out an approved result, such as.
打开一个控制台窗口并运行客户机,这需要作为参数提供Web服务的地址。
It is this that allows us to do the trick of printing out the parameter "p" and then passing it to the "rest" function to continue the computation, seen here in the definition of the "Bind" method.
这样话,就可以让我们能取巧打印出参数“p”并接着把它传递给“rest”函数继续进行计算。
Another parameter you can tune is timeo, which specifies the time out value for the RPC calls to the server.
还有一个参数您可以进行优化,即timeo,该参数指定了对服务器的RPC调用的超时值。
Parameter names, types and modes (in, out or inout).
参数名称、类型和模式(in、out还是inout)。
The only part remaining is the handling of error reporting (such as an unknown parameter flag character or a numeric value out of range).
最后剩下的部分就是处理错误报告(例如一个未知的形参标记字符或者一个超出范围的数字值)。
(If you leave out the second parameter for the decode method, it returns an array rather than an object).
如果忽略decode方法的第二个参数,则返回一个数组而不是一个对象。
应用推荐