Each time the error handler passes control back to a calling procedure, that procedure becomes the current procedure.
每次错误处理程序将控制返回给调用过程时,那个过程就成为当前过程。
In a general application, a called procedure runs in the same address space and results are returned to the calling procedure.
在一般的应用程序中,被调用的过程在相同的地址空间中运行,并把结果返回给发出调用的过程。
Delegates are useful in situations where you need an intermediary between a calling procedure and the procedure being called.
在呼叫程序与被呼叫程序之间需要媒介的情况下,委派相当有用。
Indicates that the pointer parameter is returned from the called procedure to the calling procedure (from the server to the client).
指示指标参数从被呼叫的程序传回到呼叫程序(从伺服器到用户端)。
Then the calling procedure can store the arguments adjacent to (or part of) the new stack frame, where the called procedure can find them.
调用方可以把参数存到这个堆栈帧的边上,这样被调用方可以很容易的找到它,而不像上面那样需要额外的开销。
Calling a remote stored procedure with no result set means that the overhead added by federation is limited to name and type mapping between local and remote names and input parameters.
如果调用没有结果集的远程存储过程,那么联邦所增加的开销仅限于本地和远程名称及输入参数之间的名称和类型映射。
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.
它们通常包含参数,并调用一个由所需值填充的参数所组成的存储过程,然后执行一个对存储过程的调用。
At the end of your stored procedure, you can close logging by calling DB2.CLOSE_LOG.
在这个存储过程的末尾,可以通过调用DB 2 . CLOSE_LOG来关闭日志。
Calling a service from a database stored procedure differs from calling it from a JSP; the skills and expectations are different.
从数据库存储过程中调用服务与从JS p中调用也是不同的;技能和期望值是不同的。
WSDL and SOAP combined together make a powerful remote procedure calling system.
WSDL和SOAP组成了一个强大的远程过程调用系统。
A calling application connected to the federated server cannot distinguish the federated stored procedure from a local stored procedure.
连接到联邦服务器的调用应用程序无法区分联邦存储过程和本地存储过程。
The caller must ensure to perform COMMIT after calling this procedure to save the explain information.
调用者必须在调用这个过程后执行COMMIT来保存解释信息。
SQL1042 when calling a stored procedure.
调用存储过程时的SQL 1042。
In the output from calling the stored procedure, you can see the difference between extracting an XML element, and extracting the value of an XML element.
在调用存储过程的输出中,可以看到提取xml元素与提取XML元素值之间的差异。
In an SQL procedure, you can set the status to be returned to the calling program.
在SQL过程中,可以将状态设置为返回给调用程序。
Additionally, external stored procedure programs can reuse existing business logic by calling existing applications as subprograms.
另外,外部存储过程程序可以以子程序形式调用现有的应用程序,从而重用现有的业务逻辑。
This can either be a scheduled update that was configured when calling SYSPROC.SYSTS_CRTCOL, or a manual update by calling the update stored procedure.
更新过程可以是一个调用SYSPROC . SYSTS_CRTCOL配置的定时更新,也可以是通过调用UPDATE存储过程进行的手动更新。
Calling a stored procedure with a resource injection.
访问一个带有资源注入的存储过程。
Calling a federated stored procedure with no result set.
调用不返回结果集的联邦存储过程。
Calling a federated stored procedure with one result set.
调用返回结果集的联邦存储过程。
Calling a stored procedure through JDBC.
通过jdbc来访问一个储存的程序。
This is pretty much boilerplate remote procedure calling code except for the line
这是非常标准的远程过程调用代码,除了这一行
Stored procedure calling and negative indexing can be essential aspects of data manipulation.
存储过程调用和负索引(negative indexing)可能是数据操纵的重要方面。
The caller must perform COMMIT after calling this procedure to save the explain information.
调用者必须在调用这个过程后执行COMMIT来保存explain信息。
The RPC/encoded style is popular mainly because of its simple programming model for developers who are accustomed to the remote procedure calling convention.
RPC/encoded方式受欢迎主要因为对于习惯了远程过程调用惯例的程序员来说是较为简单的编程模型。
The user can interactively invoke mining by calling a corresponding stored procedure on the database from a Cognos report.
从Cognos报告中,用户可以通过调用数据库上相应的存储过程,交互式地调用数据挖掘。
By using the StoredProcedureResult object, you avoid the need to register output parameters before calling the stored procedure.
通过使用StoredProcedureResult对象,可以不必在调用存储过程之前注册输出参数。
We've also built a Delphi 2005 WinForms application calling the stored procedure at runtime, again passing parameters and viewing the result in a DataGrid.
我们还构建了一个在运行时调用存储过程的Delphi 2005WinForms应用程序,同样也传递了参数并在一个DataGrid内查看了结果。
After calling the SEARCH stored procedure, we can retrieve the result set from the CallableStatement.
调用SEARCH存储过程后,就可以从CallableStatement读取结果集了。
For example, if you have a nested procedure calling another six DB2 stored procedures to Get Best Rate Quote, you can use a token name GBQR for all seven DB2 stored procedures.
例如,如果有一个嵌套过程,而该过程又调用另外6个DB 2存储过程来获取最佳实现,那么可以对这7个DB 2存储过程使用标记名gbqr。
应用推荐