Another variable we need to specify is the location of the DB2 JDBC drivers on the server.
我们需要指定的另一个变量就是DB 2JDBC驱动程序在服务器上的位置。
He describes how to use class wrapping of the JDBC driver, connection, statement, and result set objects to instrument JDBC, and hence, database calls.
他介绍了如何使用JDBC驱动、连接、语句、结果集对象的类包装来工具化jdbc,并由此工具化数据库调用。
However, the alternate server information will only be stored in memory on the JDBC driver side.
不过,备用服务器信息将仅存储在JDBC驱动程序端的内存中。
Capture mode ACTS like a JDBC driver interceptor to collect all the SQL statements coming from the application, through the driver and to the database.
捕获模式采用与JDBC驱动程序拦截器相似的方式来收集来自应用程序的sql语句,通过驱动程序到达数据库。
This will save time when configuring the JDBC driver and DataSource needed by the application server.
这将在配置应用程序服务器所需的JDBC驱动程序和数据源时节省时间。
Since you can make a JDBC connection to most databases, you can really just use the JDBC driver to connect to any database of your choice.
因为可以通过JDBC连接大多数数据库,所以实际上可以使用JDBC驱动程序连接您选择的任何数据库。
This tells the server which JDBC driver class to use to access the database.
这将告诉服务器要使用哪一类JDBC驱动程序来访问数据库。
To create a data source, we must create a JDBC provider, which contains the JDBC driver information.
要创建数据源,我们必须创建一个JDBC提供程序,它包含JDBC驱动程序信息。
To build and test your database-driven code, you need to add libraries to your component that provide the necessary JDBC drivers.
要构建和测试数据库驱动的代码,就需要向可提供必要的JDBC驱动程序的组件中添加库。
The embedded JDBC driver transfers data to and from the database engine without the need for network communication.
嵌入式的JDBC驱动程序将数据送入和送出数据库引擎,无需进行网络通信。
The connector provides connection pooling and loads the JDBC driver you specify.
这个连接器提供连接池,并装载您所指定的驱动。
You create an instance by specifying the JDBC driver you used to access your RDBMS.
可通过指定您用来访问RDBMS的JDBC驱动程序来创建一个实例。
DB2 requires you to select which JDBC driver you want.
DB 2要求您来选择需要哪个JDBC驱动程序。
You may choose to log exceptions, configuration information, connection status, JDBC driver metadata, or query parameters.
您可以选择记录异常、配置信息、连接状态、JDBC驱动程序元数据、或者查询参数。
Security of the database access relies on a JDBC driver and a database implementation.
数据库访问安全依赖于JDBC 驱动程序和数据库实现。
The difference between the two JDBC drivers is shown in the way that they make their connections.
这两类驱动程序的不同之处表现在它们建立连接的方式上。
The JDBC driver will obtain new connections from the running RAC nodes.
该JDBC驱动程序将从运行的rac节点获取新的连接。
The two types of JDBC drivers handle errors in very different ways.
这两类JDBC驱动程序处理错误的方式大相径庭。
To establish a connection, one needs only the JDBC driver and the connection parameters.
要建立一个连接,只需JDBC驱动程序和连接参数。
There are actually two different JDBC drivers currently included with DB2.
实际上,DB2当前包含两种不同的JDBC驱动程序。
Suppose that nearly all of your middleware deployments utilized a common JDBC driver.
设想一下,您的所有中间件部署几乎都利用了一个通用JDBC驱动器。
However, IBM provides support for the JDBC drivers listed in the Information Center.
不过IBM仅支持信息中心中列出的JDBC驱动程序。
The JDBC Adapter lets you integrate your applications with any database having a JDBC driver that supports JDBC 2.0 or later.
JDBC适配器可让您将应用程序与具有支持JDBC 2.0或更高版本的JDBC驱动程序的任何数据库集成。
The API can be used with any database products that support JDBC drivers.
API广泛用于支持JDBC驱动程序的各种数据库产品。
These methods and interfaces are packaged as DB2 JDBC drivers and are categorized as Legacy CLI-based drivers and new Universal JDBC drivers.
这些方法和接口被包装成DB2JDBC 驱动程序,并且分为了 基于CLI 的传统驱动程序和新的通用 JDBC 驱动程序。
JDBC datasource Can be configured to use any JDBC driver.
JDBC数据源可以配置为使用任何JDBC驱动程序。
Consult the application server documentation and the JDBC driver documentation for specific instructions.
从应用服务器和JDBC驱动程序的文档中可以了解到相关的指导。
All you do need to specify are the JDBC driver dependencies and the corresponding connection information.
您只需指定JDBC驱动程序依赖项和相应的连接信息。
Leading database vendors are working to provide JDBC 3.0 drivers, and some early beta drivers are already available.
主要的数据库厂商正在致力于提供JDBC 3.0的驱动程序,一些早期的测试版驱动程序已经可以获得。
The standard processing for loading a JDBC driver requires two items: the driver's class name and the JDBC URL of the database that's targeted for connection.
载入JDBC驱动程序的标准过程需要两项:驱动程序的类名和连接的目标数据库的JDBCURL。
应用推荐