• If fenced stored procedures are used, then each user connection has two DB2 agents, in addition to the memory required to run the stored procedure application.

    如果使用了受防护存储过程那么除了运行存储过程应用程序所需内存之外,每个用户连接还有两个DB 2代理程序

    youdao

  • You can implement this kind of logic in the client application or as a stored procedure.

    客户应用程序或者作为存储过程来实现此类逻辑

    youdao

  • In this article we demonstrated how you can easily make almost any DB2 command available for any application by wrapping it into a stored procedure.

    本文中,我们演示了如何DB 2命令封装存储过程中,使得几乎任何应用程序可以访问任何DB 2命令。

    youdao

  • Large result sets can be processed on the DB2 server within the stored procedure module to reduce the amount of data that must be processed within the client application.

    DB 2服务器存储过程模块可以处理大型结果减少客户机应用程序必须处理的数据

    youdao

  • A client application can call on the stored procedure to perform a series of native operations in one trip to the database, rather than involving multiple trips to the database server.

    客户应用程序通过调用存储过程需要访问数据库一次就可以执行一系列本地操作不用多次访问数据库服务器。

    youdao

  • The use of this stored procedure required only the parameter value and the name of the stored procedure itself to be sent from the client application to the database server.

    使用存储过程,仅需客户机应用程序数据库服务器发送参数存储过程本身名称即可。

    youdao

  • The application invoking the stored procedure will establish the connection prior to invoking the procedure.

    调用存储过程应用程序在调用过程之前建立这个连接

    youdao

  • These elements differ in that the SQL code for a stored procedure is defined and stored in the database itself, then called from the application.

    不同之处在于,用于存储过程SQL代码定义存储数据库本身中,然后从应用程序中进行调用

    youdao

  • A DB2 CLI application was implemented for each version of the stored procedure.

    针对存储过程每个版本实现一个DB 2CLI应用程序

    youdao

  • A client application calls the stored procedure, which then performs the database accessing without returning unnecessary data across the network.

    客户机应用程序调用存储过程然后存储过程执行数据库访问但不会网络返回不必要的数据

    youdao

  • Applications wanting to begin a transaction, such as updating an order or purchasing a product simply need to invoke the appropriate stored procedure from the application.

    要执行某个事务(例如更新订单或者购买某个产品)的应用程序,只需应用程序中调用存储过程

    youdao

  • Named parameter makes the application robust so that you don't need to change the application even if the sequence of the parameter in the stored procedure changes.

    命名参数使应用程序更加健壮所以即使存储过程参数顺序发生改变,不必修改应用程序。

    youdao

  • A calling application connected to the federated server cannot distinguish the federated stored procedure from a local stored procedure.

    连接联邦服务器调用应用程序无法区分联邦存储过程本地存储过程。

    youdao

  • The article also explains the specialties when LOAD FROM CURSOR operations are executed within application code using the ADMIN_CMD stored procedure.

    解释了通过 ADMIN_CMD存储过程应用程序代码执行LOADFROMCURSOR操作的特殊问题。

    youdao

  • Many administrative commands can also be embedded in application code by executing the administrative commands through the special stored procedure ADMIN_CMD.

    可以通过特殊存储过程ADMIN_CMD执行许多管理命令,从而把管理命令嵌入应用程序代码中。

    youdao

  • The effort involved would be tedious enough to make more sense to keep the presentation code out of a stored procedure, and in the application.

    需要大量工作使表示代码不在存储过程中,应用程序中。

    youdao

  • Parameter MARKER: an application may wish to call the same query multiple times, only changing specific values each time (ex: parameters sent to a stored procedure, or a value in a WHERE clause).

    参数标志(PARAMETER MARKER):应用程序可能希望多次调用同一个查询每次调用时改变特定(例如,发送存储过程参数或者where子句中的)。

    youdao

  • Replace the application code with stored procedure call.

    存储过程调用替代应用程序代码

    youdao

  • If the stored procedure includes any OUT parameters, it needs to be invoked from a client application using the CallableStatement interface.

    如果存储过程包含OUT参数那么就需要通过CallableStatement接口,客户机应用程序调用参数。

    youdao

  • A table, view, or stored procedure can be selected in Server Explorer to create an XAML application.

    可以ServerExplorer中选择一个视图存储过程创建XAML应用程序。

    youdao

  • A stored procedure, like any other application, needs to work off of a Connection context.

    其他任何应用程序一样存储过程需要一个Connectioncontext

    youdao

  • 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内查看结果

    youdao

  • Creating a Service Request in a CRM application exposed as a Database stored procedure (e.g. Oracle CRM) exposed over ESB using MQ or JMS bindings; or.

    CRM应用程序创建服务请求使用MQJMS绑定通过ESB公开一个数据库存储过程(oracle CRM);或者

    youdao

  • Additionally, the application available for download contains the full implementation of the Atom feed, including the stored procedure and the application code to generate the feed.

    另外,本文提供应用程序下载包含Atom提要完整实现包括用来生成feed的存储过程应用程序代码

    youdao

  • Copying and modifying the SQL stored procedure DDL for changes due to SCHEMA name, collection ID, and WLM application environment.

    根据schema名称集合idWLM应用程序环境变化复制修改SQL存储过程DDL

    youdao

  • You can install the BankAccountCMPSP application from the download file and run the application client to see how a stored procedure is used.

    用户可以下载文件安装BankAccountCMPSP应用程序,运行应用程序客户端查看如何使用存储过程

    youdao

  • As mentioned above, if a stored procedure includes OUT parameters, a client application executes the stored procedure using the CallableStatement method, as shown in Listing 9.

    正如上面所提及的,如果存储过程包含OUT参数,那么客户机应用程序就会使用CallableStatement方法执行该存储过程,如清单9

    youdao

  • Only the results the client application needs are returned by the stored procedure. Stored procedures offer these benefits.

    存储过程返回客户机应用程序需要结果

    youdao

  • The JDBC application returned these as a ResultSet object from either the federated stored procedure or the remote native stored procedure.

    JDBC应用程序ResultSet对象的形式联邦存储过程远程本地存储过程返回结果集。

    youdao

  • If you need to change the rules, you only need to make the change once in the stored procedure, not in every application that calls the stored procedure.

    如果需要更改规则那么只要存储过程中更改一次而不需要在调用存储过程的每个应用程序中都进行更改。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定