When you call a procedure, you typically pass one or more arguments to it.
调用一个过程时,通常要将一个或多个参数传递到该过程。
When you call a procedure, you follow the procedure name with an argument list in parentheses.
调用过程时,在过程名后面加上用括号括起来的参数列表。
Usually, you cannot call a procedure with more arguments than the procedure declaration specifies.
通常,您无法以多于程序宣告指定的引数呼叫一个程序。
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.
它们通常包含参数,并调用一个由所需值填充的参数所组成的存储过程,然后执行一个对存储过程的调用。
This next example shows how to call a stored procedure that needs a parameter value.
下一个例子将展示如何调用需要一个参数值的存储过程。
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将显示如何调用存储过程。
In an RPC-style operation, the SOAP body is structured to represent a procedure call.
而且一个rpc式的操作中,soap体被结构化来表示一个过程调用。
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 挖掘模型。
CORBA is a powerful, standardized remote procedure call specification.
CORBA是一个强大的、标准化的远程过程调用规范。
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中调用本地化包管理器的过程。
This function is followed by a call to the procedure newline, which outputs a carriage return.
在这个函数之后,调用newline过程,结果会输出一个回车。
This avoids the need to explicitly qualify each procedure call with a schema.
这样就避免了每个存储过程调用都需要指定 schema 的麻烦。
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语句调用存储过程来运行程序。
In a RPC-literal style, a service consumer invokes a Web service as a remote procedure call.
在RPC -literal样式中,服务使用者会将Web服务作为远程过程调用进行调用。
In an SOA, a service call looks like a remote procedure call (RPC).
在一个SOA中,一个服务调用看起来就像是一个远程过程调用(remote procedure call,RPC)。
Let's look at the call signature of adapt and the procedure it follows. A call to adapt looks like.
让我们来看adapt的调用标记,然后解释它随后的过程。
RPC (Remote Procedure call) capability for a portlet project
RPC(远程程序调用)功能,能够被Portlet项目使用
When the client makes a remote procedure call, it contacts the name service database to find information about the server system.
客户机发出远程过程调用,此时它会联系名称服务数据库,以寻找服务器系统的相关信息。
Move the trigger logic to a stored procedure and call the stored procedure from the trigger.
把触发器逻辑转移到存储过程中并从触发器调用存储过程。
应用推荐