Improved support for result sets returned by database stored procedures.
改进了对数据库存储过程返回的结果集的支持。
This is achieved through the use of local transactions and database stored procedures.
这是通过使用本地事务和数据库存储过程实现的。
Invoking database stored procedures can also help, depending on the nature of your work.
调用数据库存储过程也是有帮助的,这取决于您的工作的性质。
You can still apply it when using data-access object (DAO) or JDBC-based frameworks and database stored procedures.
在使用数据访问对象(DAO)或基于JDBC的框架和数据库存储过程时,您可以使用它。
There are only a few use cases for this transaction attribute, and they primarily involve database stored procedures.
这个事务属性只有少许用例,并且它们主要涉及数据库存储过程。
From a data-persistence standpoint, the fastest way to perform a database update operation is to use local transactions combined with database stored procedures.
从数据持久化的角度看,进行数据库更新操作的最快速的方式是将本地事务与数据库存储过程一起使用。
The primary example of this pattern is implementation of the bean's CRUD methods via calls to relational database stored procedures (such as via JDBC CallableStatements).
此模式的第一个例子是Bean的CRUD方法的实现,这些方法通过调用关系数据库存储过程实现(如通过JDBCCallableStatements)。
It provides dedicated methods to access the data and the Stored Procedures of the database.
它提供了访问数据库数据和存储过程的专用方法。
A difference is that they work on URLs instead of tables, stored procedures and other database objects.
不同之处在于它们处理的是URL,而不是表、存储过程和其他数据库对象。
So when information from the staging database is moved to the data warehouse through stored procedures, there is a gap in the lineage.
因此当来自临时数据库的信息通过存储过程被转移到数据仓库中时,这个沿袭出现了一个断点。
You can create and delete database objects such as tables, view, stored procedures, and functions using non-modal designers.
可以使用非模态的设计程序创建和删除数据库对象,例如表、视图、存储过程和函数。
Stored procedures contain a sequence of code stored on a database, serving as an extension to clients that run on a database server.
存储过程包含存储在数据库中的一系列代码,扩展了运行在数据库服务器上的客户端。
There are numerous advantages to using stored procedures for your database applications. Some of the benefits include reduced network usage, improved performance, and reduced development cost.
在数据库应用程序中使用存储过程有许多好处,包括减少对网络的使用、提高性能以及降低开发成本。
The mobile device also manages operations related to file subscriptions for easy distribution of mobile applications to the device and can execute stored procedures stored on a DB2 database.
移动设备还管理与文件订阅相关的操作,以便方便地将移动应用程序发布到该设备,并且可以执行存储在DB 2数据库中的存储过程。
Processing moved into stored procedures and triggers within the database will use the database clock.
数据库存储过程和触发器中的处理将使用数据库时钟。
The database developers, on the other hand, can concentrate on developing stored procedures and functions.
而另一方面,数据库开发人员则可以把精力集中于存储过程与函数的开发。
Use parameterized queries or stored procedures to access a database as opposed to using string concatenation.
使用参数化查询或存储过程来访问数据库,而不是使用字符串连接。
Using stored procedures can help to reduce client dependency on database design.
使用存储过程有助于降低客户机对数据库设计的依赖性。
With the DB2 V8.2 release, we are now the first database server to offer support for CLR stored procedures and functions.
而我们现在的DB 2V8.2发行版是第一个提供对CLR存储过程和函数的支持的数据库服务器。
Early databases on the personal computer struggled with performance until administrators learned to use stored procedures to consolidate many database communications into one.
早期个人电脑上的数据库一直为性能问题所困扰,直到管理员学会了使用存储过程将多个数据库通信巩固为一体。
Stored procedures are valuable for encapsulating application logic and database access on the server.
存储过程对于在服务器上封装应用程序逻辑和数据库访问很有价值。
Many applications nowadays design their database layer as stored procedures.
如今,很多应用程序的数据库层都设计为存储过程。
Finally, new system-supplied functions and stored procedures simplify database design and maintenance efforts.
最后,系统提供的新的函数和存储过程有助于简化数据库设计和维护工作。
It's a graphical designer which lets you easily map database objects such as tables and stored procedures to LINQ to SQL classes and methods.
图形设计器它允许您轻松地将数据库对象,如表和存储过程映射为LINQ到SQL的类和方法。
You can also validate the references to tables, columns, and stored procedures in the database that the script is connected to.
您还能够验证脚本所连接的数据库的表、字段和存储过程的引用。
This characteristic makes stored procedures a complex database resource to handle using JDBC.
这个特点使得存储过程成为使用JDBC进行处理的一种复杂的数据库资源。
When possible, use stored procedures as they are already compiled and stored in the database.
在可能的情况下,请使用存储过程,因为存储过程已经进行了编译并存储在数据库中。
The latter will list the stored procedures that are included with the SAMPLE database.
后者将列出SAMPLE数据库中包含的存储过程。
The IBM DB2 sample database includes a number of sample Tables, Views, and stored procedures.
IBMDB 2SAMPLE数据库包含许多示例表、视图和存储过程。
DB2 supports many database server-side programming languages, including stored procedures, triggers, and functions (table and scalar).
DB 2支持许多种数据库服务器端编程语言,包括存储过程、触发器和函数(表函数和标量函数)。
应用推荐