If the highest performance is needed, the data access service can often be implemented as a database stored procedure.
如果需要最高的性能,通常可以将数据访问服务作为数据库存储过程实现。
Calling a service from a database stored procedure differs from calling it from a JSP; the skills and expectations are different.
从数据库存储过程中调用服务与从JS p中调用也是不同的;技能和期望值是不同的。
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应用程序中创建服务请求,使用MQ或JMS绑定通过ESB公开为一个数据库存储的过程(如oracle CRM);或者。
If you cannot change the database stored procedure, you can use the NotSupported attribute to suspend the existing transaction context to avoid this fatal exception.
如果您无法修改数据库存储过程,那么您可以使用NotSupported属性来暂停已有事务上下文,以避免这种致命的异常。
In order to accomplish this a stored Procedure is created in the Database.
为了实现这一目的,在数据库中创建一个存储过程。
But first you should create your stored procedure in the destination database MYSAMPLE.
但是,首先应该在目标数据库mysample中创建存储过程。
Such result sets can be regarded as "views" that are not explicitly created in the database but are created on the fly by the stored procedure.
这样的结果集可以看作是“视图”,它们不是显式地在数据库中创建的,而是由存储过程动态地创建的。
Whether you use an open source, commercial, or custom compensation framework, you still must provide the method, SQL, or stored procedure to invoke to reverse the database update operations.
无论使用开源、商业还是自定义补偿框架,您都必须提供可以调用的方法、SQL或存储过程来反转数据库更新操作。
This startup stored procedure is invoked when you run or debug the DB2 database project.
当您运行或调试DB 2数据库项目时,就调用该启动存储过程。
In this article, we will look at a stored procedure that accesses a relational database.
在本文中,我们将看一下访问关系数据库的存储过程。
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.
要使用存储过程,仅需从客户机应用程序向数据库服务器发送参数值和存储过程本身的名称即可。
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代码定义并存储在数据库本身中,然后从应用程序中进行调用。
A client application calls the stored procedure, which then performs the database accessing without returning unnecessary data across the network.
客户机应用程序调用存储过程,然后存储过程执行数据库访问,但不会跨网络返回不必要的数据。
Before DB2 V8.2.2, some of the information returned via the CLP method of retrieving database configuration information was not returned in this stored procedure.
在DB 2V8.2.2之前,该存储过程中不返回通过检索数据库配置信息的CLP方法所返回的一些信息。
Now you need to deploy your stored procedure to the database so you can test it.
现在,需要将存储过程部署到数据库中以便测试它。
The update stored procedure described in this article enables partial updates to XML documents stored natively in the database.
本文描述的更新存储过程允许对本机存储在数据库中的XML文档进行部分更新。
This process of retrieving, parsing, and changing an XML document can also be encapsulated in a stored procedure that runs on the database server.
获取、解析和修改XML文档的过程也可以封装在数据库服务器上运行的存储过程中。
If a stored procedure is registered as FENCED, the database manager protects its internal resources (for example, data buffers) from access by the procedure.
如果存储过程被注册为FENCED,那么数据库管理器就禁止过程访问它的内部资源(比如数据缓冲区)。
There is a new CONNECT_PROC database configuration parameter that you can set to the name of a stored procedure.
有一个新的CONNECT _ PROC数据库配置参数,可以把它设置为存储过程的名称。
Mining is invoked by a stored procedure call and creates an XML mining model in the database.
可以通过一个存储过程调用来调用数据挖掘,数据挖掘将在数据库中创建一个XML 挖掘模型。
This stored procedure enables partial updates of XML documents stored natively in the database.
该存储过程支持对本机存储在数据库中的XML文档进行部分更新。
Here, you need to start a new project, which can be used to create a new stored procedure that can be deployed inside the SAMPLE database.
在这里,首先需要启动一个新项目,该项目用于创建可部署在SAMPLE数据库内的新存储过程。
That is, all database access is performed through stored procedure invocations.
也就是说,所有数据库访问都是通过存储过程调用来执行的。
You had to create a DB2 database project to contain the stored procedure to be able to debug it.
您必须创建DB 2数据库项目以包含存储过程,才能调试它。
It is no longer necessary to create a DB2 database project to contain the stored procedure to be debugged.
不再需要创建DB 2数据库项目以包含要调试的存储过程。
Deploy the stored procedure to the database.
将这个存储过程部署到数据库。
If you have an operation that contains entirely persistence logic (no business logic), consider moving it into the database as a stored procedure and invoke it via Spring JDBC.
如果你有一个包含完整持久性逻辑(并非业务逻辑)的操作,考虑将它作为存储过程移到数据库中,并通过SpringJDBC来调用。
The user can interactively invoke mining by calling a corresponding stored procedure on the database from a Cognos report.
从Cognos报告中,用户可以通过调用数据库上相应的存储过程,交互式地调用数据挖掘。
Medium: This tracing level captures all of the information included in low-level tracing, plus table names, the database name, and stored procedure stacks.
Medium:此跟踪级别捕捉低级跟踪涉及的所有信息,再加上表名、数据库名和存储过程堆栈。
DJ — the Sybase database name where the stored procedure is defined.
dj——定义存储过程时所在的Sybase数据库的名称。
应用推荐