Listing 3 shows how to demarcate a transaction using the JDBC API.
清单3显示了如何用JDBC API界定一个事务?
Applications access the database with the industry standard JDBC API.
应用程序通过行业标准的JDBC API访问数据库。
There are many traps hided behind the surface in despite of JDBC API is quite simple.
尽管JDBC API相当简单,但是许多“陷阱”隐藏在表面下边。
The reading and writing on database with standard SQL sentence and JDBC API can be made.
使用标准的SQL语句和JDBC API来完成对数据库进行读取和写入操作。
With an embedded database engine, the application USES the JDBC API to access the database.
在嵌入时,应用程序使用JDBC API来访问数据库。
If you've worked with the JDBC API in the past, you are familiar with this snippet of code.
如果您以前使用JDBC API,那么应熟悉这个代码片段。
Listing 6 shows my aspect for tracking database connections using AspectJ and the JDBC API.
清单6显示了利用AspectJ和JDBC API跟踪数据库连接的方面。
The use of the extended JDBC API differs in some key features from the core JDBC example above.
在某些关键特性方面,扩展JDBC API的使用与上面的核心JDBC示例有些不同。
From an SQL command line tool or with the JDBC API, create the database table with an XML type column.
可以借助SQL命令行工具或JDBC API,用xml类型列创建数据库表。
This article assumes that you are familiar with the JDBC API, SQL, and relational database programming.
本文假定您熟悉JDBC API、SQL和关系数据库编程。
The JDBC API is designed in a hierarchical manner, where an object of one type contains objects of other types.
JDBC API是按照层次结构方式设计的,其中一种类型的对象包含其他类型的对象。
An SQL database and the JDBC API provide an easy way of storing information and quickly searching previously stored data.
SQL数据库和JDBC API提供了一种轻松的方法用于存储信息和快速搜索先前存储的数据。
For optimal performance, developers must master the JDBC API and exploit features such as batching and result optimizing.
为获得最佳性能,开发人员必须掌握JDBC API,并利用诸如批处理和结果优化之类的特性。
An embedded application can execute backups using the JDBC API; the application client does not need to administrate the backup.
嵌入式应用程序可以使用JDBC API来执行备份,而应用程序客户机不需要管理备份。
Type 1 - drivers that implement the JDBC API as a mapping to another data access API, such as Open Database Connectivity (ODBC).
Type1-这类驱动程序将JDBC API作为到另一个数据访问API的映射来实现,如开放式数据库连通性(Open Database Connectivity, ODBC)。
Applications that use the extended JDBC API that is available in J2EE may use named datasources to establish database connections.
使用扩展JDBC API (J2EE中有此扩展JDBC API)的应用程序可以使用已命名的数据源来建立数据库连接。
We used the JDBC API to connect to our company's various database platforms and applied the DAO design pattern throughout the applications.
我们用JDBC API连接到我们公司的不同数据库平台上,并在整个应用程序中使用DAO设计模式。
The second edition of the JDBC API introduced support for two new types of cursors: scroll-sensitive cursors and scroll-insensitive cursors.
第二版的JDBC API引入了对两类新游标的支持:滚动敏感游标和滚动不敏感游标。
This matches the 12 different ways that a statement can be created or prepared in JDBC and is designed to adapt to future extensions to the JDBC API.
这个建议可以匹配JDBC中12种不同的可以创建或准备语句的方式,而且是为了适应 JDBC API未来的扩展而设计的。
On many recent projects our team has built DAO classes using the JDBC API for transaction demarcation. These DAO classes can be summarized as follows.
在最近的许多项目中,我们小组是用JDBC api进事务界定来构建dao类的。
Up to this point, this article has discussed a number of components that are required to establish a database connection by using the JDBC API with Apache Derby.
到目前为止,本文已经讨论了使用JDBC API和 Apache Derby建立数据库连接所需的许多组件。
The JDBC API includes many methods you can use to move around within a scrollable ResultSet (to move around in a forward-only ResultSet, you use the next method).
JDBC API包括可以用于在可滚动ResultSet内移动的许多方法(要在只能向前移动的ResultSet中移动,可使用next方法)。
The valid values for these parameters reflect the values supported by the JDBC API (You can check the supported values by referring to the JDBC ResultSet API page).
这些参数的有效值反映JDBC API支持的值(可以参考jdbcResultSet API页面查看受支持的值)。
The flexibility of the JDBC API also permits you to create a cursor that you can use programmatically to perform positioned updates and deletes by issuing the appropriate SQL commands.
JDBC API的灵活性还允许您创建一个可以通过编程的方法来使用的游标,用于通过发出相应的SQL命令执行定位更新和删除。
The adapter uses business objects to exchange data between the application and the database, so the application does not need to use the JDBC application programming interface (API).
适配器将使用业务对象在应用程序与数据库之间交换数据,因此应用程序不需要使用JDBC 应用程序编程接口 (API)。
In this article, we've taken a look at an API that provides a simplified interface to relational databases via the JDBC package.
在本文中,我们初步认识了一种通过jdbc包提供一种简化的通往关系型数据库接口的API。
Additionally, code written to the JDBC 1 API that USES the previously deprecated methods will continue to work.
另外,使用以前那些遭反对的方法写进JDBC1API的代码也可以继续运行。
Like JDBC, JMS is a low level API requiring you to create and manage multiple intermediary objects even for the most basic of JMS tasks.
像JDBC一样,JMS是一个底层api,它需要你为JMS的绝大部分基础任务来创建并管理中间对象。
The API can be used with any database products that support JDBC drivers.
API广泛用于支持JDBC驱动程序的各种数据库产品。
Any API or utility that intends to simplify JDBC programming had better have some rock-solid data manipulation features and in this section, I'll show you three more.
任何想简化JDBC编程的API或工具最好有一些好的数据操纵特性,在这一节中,我要向您再介绍三个。
应用推荐