When you call a procedure, you follow the procedure name with an argument list in parentheses.
调用过程时,在过程名后面加上用括号括起来的参数列表。
When you call a procedure, each argument you supply corresponds to one of the parameters defined in the procedure.
在调用过程时,您提供的各个实参分别对应于过程中定义的一个形参。
When you call a procedure with an optional parameter, you can choose whether to supply the corresponding argument.
调用带可选参数的过程时,可以选择是否提供对应的参数。
You can call a procedure from many different places in your code, so you can use procedures as building blocks for your application.
可以在代码中的许多不同位置调用过程,因此可以将过程用作应用程序的生成块。
Generates a visual call graph for subroutine, procedure, and program calls from a selection of source members by using the Application Diagram.
使用程序图来从源成员的选择中为子程序、程序和程序访问创建一个可视化访问图。
It runs on the server side and the client code calls it via a remote procedure call.
它运行在服务器端,并且客户机代码通过一个远程过程调用来调用它。
They often contain parameters, and calling a stored procedure consists of filling the parameters with the required values and then executing a CALL to the stored procedure.
它们通常包含参数,并调用一个由所需值填充的参数所组成的存储过程,然后执行一个对存储过程的调用。
These components work together to provide remote procedure call (RPC) replication in a site and mail-based replication among sites.
这些元件齐力工作,提供站台内的远端程序呼叫(rpc)复写,以及站台之间的邮件式复写。
This next example shows how to call a stored procedure that needs a parameter value.
下一个例子将展示如何调用需要一个参数值的存储过程。
The call that creates a model is, however, a stored procedure that does not have any return value.
不过,创建模型的调用是一个不具有任何返回值的存储过程。
Naturally, we are interested in understanding what overhead is added to a remote stored procedure call when it is issued through the federated server.
我们的兴趣在于理解当通过联邦服务器发出一个远程存储过程调用时,会增加什么开销。
The mechanism is based on stored procedures that are implemented in C. Each API call is encapsulated in a dedicated procedure.
这种方法的机制是基于用 C实现的存储过程。每个API调用被封装在一个专用的过程中。
When using SOAP as a remote procedure call (RPC) system, the SOAP parameters can be typed or untyped.
当使用SOAP作为一个远程过程调用(rpc)系统时,SOAP参数可以是有类型的或无类型的。
Listing 3 shows how to call a stored procedure.
清单3将显示如何调用存储过程。
JSON-RPC is a remote procedure call protocol that USES JSON to encode and marshal arguments and return types.
JSON - RPC是一种远程过程调用协议,它使用JSON对参数和返回值进行编码和编组。
Earlier remote procedure call (RPC) standards were based on a programming model where a developer wrote specific procedure calls.
早期的远程过程调用(rpc)是基于一种编程模型的,开发人员编写专门的过程调用。
The application is now reduced to a simple call to a stored procedure and the task of outputting the result to the browser.
应用程序代码现在简化为对存储过程和将结果输出到浏览器的任务的简单调用。
Mining is invoked by a stored procedure call and creates an XML mining model in the database.
可以通过一个存储过程调用来调用数据挖掘,数据挖掘将在数据库中创建一个XML 挖掘模型。
You might also be interested in saving this procedure call as a script that can be run later, or that can be scheduled to run regularly.
您可能还想将这个过程保存为脚本,以便以后运行,或者计划定期运行。
Remote procedure call (RPC) is a technique for constructing distributed, client-server-based applications.
远程过程调用(rpc)是一种用于构造分布式的、基于客户端-服务器的应用程序的技术。
The following three code listings demonstrate the call procedure for a localization pack manager in JSPs, servlets, and portlets.
以下三个代码清单分别演示了在JSP、servlet和portlet中调用本地化包管理器的过程。
Users of NFS may now conduct secure transactions using a remote procedure call (RPC) implementation of the General Security Service (GSS) API.
使用通用安全服务 (General Security Service,GSS)API的远程过程调用 (remote procedure call,RPC)实现,NFS的用户现在可以进行安全的事务处理。
The client application that is using the Web service may be unaware that a procedure call is being marshaled by the JAX-RPC interface using XML and SOAP to a remote server.
正在使用这个Web服务的客户机应用程序可能并不知道有个过程调用正在被JAX - RPC接口使用XML和SOAP数据编入到远程服务器上。
This function is followed by a call to the procedure newline, which outputs a carriage return.
在这个函数之后,调用newline过程,结果会输出一个回车。
One method is to register the external program as a stored procedure and then use the SQL Call statement to run the program with a call to the stored procedure.
一种方法是将外部程序注册为存储过程,然后使用SQLCall语句调用存储过程来运行程序。
Figure 5 shows you how to use the Command Editor to call this stored procedure, using a quota value of 25.
图5显示了如何使用CommandEditor调用这个存储过程,使用的配额值为25。
In a RPC-literal style, a service consumer invokes a Web service as a remote procedure call.
在RPC -literal样式中,服务使用者会将Web服务作为远程过程调用进行调用。
Let's look at the call signature of adapt and the procedure it follows. A call to adapt looks like.
让我们来看adapt的调用标记,然后解释它随后的过程。
Before the Rnd function can be called, a call to the Randomize procedure must be made to initialize the random number generator.
调用Rnd前,必须先调用Randomize过程以初始化随机数字生成器。
When the client makes a remote procedure call, it contacts the name service database to find information about the server system.
客户机发出远程过程调用,此时它会联系名称服务数据库,以寻找服务器系统的相关信息。
应用推荐