jdbc

jdbc

 英

  • 网络数据库连接;数据库连接(Java Data Base Connectivity,java);数据库编程

例句

However, at least one column of any table or view must be identified to the JDBC data mediator service as the "primary key. "

不过任何视图至少作为标识JDBC数据中介服务

In her simple Web application, she used a JDBC connection directly from her application code.

简单Web应用程序直接应用程序代码使用一个JDBC连接

Data sources are the children node of a JDBC provider, so its parent is a JDBC provider.

数据JDBC提供程序节点因此节点JDBC提供程序

So, if you're familiar with JDBC, this code should be easy for you to understand.

所以如果熟悉JDBC应该容易理解代码

For those familiar with JDBC concepts and the java. sql. ResultSet interface, the SDO dynamic API mode will be easy to understand.

对于熟悉JDBC概念java.sql.ResultSet接口读者来说SDO动态API模式容易理解

Before I wrap up, let's think for a minute about how the monitor aspects resolve the challenges of tracking JDBC information.

结束之前关于监视方面如何解决跟踪JDBC信息挑战分钟

Unfortunately, JDBC might be a little top-heavy for your little program.

不幸JDBC程序来说可能一点头重脚轻

The next few sections demonstrate how you can use the JDBC API to selectively update, delete, or insert new data into a ResultSet.

接下来几个部分演示如何使用JDBCAPI选择性地更新删除数据数据插入ResultSet

Notice that you once again use a SQL string for this, just as you would in JDBC.

注意再次使用一个SQL字符串正如JDBC那样

But please, wait until you know something is a bottleneck. And don't assume that direct JDBC is necessarily faster.

但是确认的确一个瓶颈并且不要想当然认为JDBC一定更快

Transactions - which make it possible for the repository to be enlisted as a resource along JMS or JDBC resources.

事务——使仓库可能JMSJDBC资源一起工作

As defined in the Sun JDBC 2. 0 Standard Extension specification, data sources allow you to manage a pool of connections to a database.

根据SunJDBC2.0StandardExtension规范定义数据允许管理数据库一个连接

JDBC allows you to call a database stored procedure from an Java application.

JDBC允许Java应用程序调用数据库存储过程

If generated keys are requested on a table that has no IDENTITY column , the JDBC driver will return a null result set .

如果包含IDENTITY请求生成JDBC驱动程序返回结果

The row was inserted into a table which utilized the xml datatype and a stored procedure was invoked using the JDBC Callable interface.

一行插入使用xml数据类型一个然后使用JDBCCallable接口调用一个存储过程

One approach is to let the JDBC driver balance the database connection requests and, hence, also the workload balancing.

其中一种方法JDBC驱动程序平衡数据库连接请求因此称为工作负载平衡)。

Answer: I cannot comment much about Oracle's JDBC driver implementation for handling the result set at the end of an XA transaction.

不能XA事务末尾处理结果OracleJDBC驱动程序实现评论

The JDBC specification states that an exception arises when an update method is called for a column of a cursor that is CONCUR_READ_ONLY.

JDBC规范规定标的CONCUR_READ_ONLY调用update方法引发异常

Replace the above Realm with one of the following to get a Realm stored in a database and accessed via JDBC.

下面一个数据库保存访问JDBC节点可以替换上面节点

Underneath, you can visualize a JDBC ResultSet object being returned and its contents being passed into a for loop.

底层可以看到返回JDBCResultSet对象内容传递for循环

The Persistence layer (Direct JDBC) is called by the business component for any query operations.

持久DirectJDBC业务组件执行CRUD操作调用

Create module-scoped JDBC data sources that allow fine-grained control over which parts of your application can access the database.

创建模块范围JDBC数据数据能够严格控制应用程序哪些部分可以访问数据库

It does not map to any of the JDBC time types: DATE, TIME, or TIMESTAMP.

映射任何JDBC时间类型DATETIMETIMESTAMP

Several changes have been made to the data types that JDBC supports and, as a part of the changes, two new data types have been added.

JDBC支持数据类型几个改变其中之一增加数据类型

JDBC and ODBC are similar APIs, so this type of driver is usually associated with the JDBC-ODBC bridge.

JDBCODBC类似API所以这种驱动程序常常JDBC-ODBC联系一起

The JDBC DECIMAL type represents a fixed-precision decimal value that holds values of at least the specified precision.

JDBCDECIMAL类型表示固定精度十进制保留指定精度以上

But if you need more detailed tracing in certain JDBC universal driver components, then the bitwise operator will enable you to do this.

但是如果需要详细规定跟踪某些JDBC通用驱动程序组件那么可以通过操作符来做到一点

Source code, we find that it could be easily instantiated and initialized with a JDBC connection, but the required methods are not public.

代码之后我们发现实例化初始一个JDBC连接很容易但是必需方法不是公共

The ITSORecruit. bnd file identifies how the XML document data maps into the EMPLOYEE table and is represented as a JDBC insert statement.

bnd文件确定XML文档数据映射EMPLOYEE方式JDBC插入语句表示

Consider the scope of your transactions carefully: By default, JDBC treats each query as an independent transaction.

仔细考虑事务范围默认情况JDBC每个查询看作一个独立事务

Nine times out of ten, it's because a developer forgot to close a connection (JDBC most of the time) or return an object back into the pool.

绝大部分情况因为开发人员忘了关闭连接大多数情况JDBC连接对象返回

We ll do this with a particular focus on how JDBC compares with Java object serialization as an enterprise data management strategy.

我们特别关注Java对象序列化相比JDBC如何成为一个企业数据管理策略

JDBC allows SQL statements to be grouped together into a single transaction.

JDBC允许SQL语句组合单独一个事务

The objective of this tutorial is to introduce you to the process of enabling an existing JDBC application for pureQuery.

教程目标介绍使现有JDBC应用程序支持pureQuery步骤

Often this is remedied by combining JDBC with a proprietary extension, but that means being locked into a specific implementation.

通常做法JDBC一个专用扩展结合使用弥补一点然而意味只能局限特定实现

Explicit trusted connections can only be requested from APIs that support trusted connection requests (namely, CLI, ODBC, JDBC, and XA).

可信连接只能通过支持可信连接请求APICLIODBCJDBCXA进行请求

If necessary, modify the CONNECT statement so that the JDBC URL specifies the directory where you would like the database to be created.

如果必要需要修改CONNECT语句使JDBCURL指定将要其中创建数据库目录

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绝大部分基础任务创建管理中间对象

Entity beans are a bit less mature than JDBC, but still offer a trusted solution for enterprise data persistence.

实体beanJDBC成熟但是它们企业数据持久性提供可靠解决方案

derby is the name of the JDBC driver class that the ij tool can use to communicate with the database server.

derbyJDBC驱动程序名称ji工具使用数据库服务器通信