JDBC

Java 数据库连接

常用释义

词性释义

abbr. Java 数据库连接(Java DataBase Connectivity)
例句
  • 全部
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提供程序。
所以,如果熟悉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模式是很容易理解的。
在结束之前,关于监视方面如何解决跟踪JDBC信息的挑战,请静想一分钟。
不幸的是,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.
事务——它使仓库有可能与JMS或JDBC资源一起工作。
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允许您从Java应用程序中调用数据库存储过程。
如果对不包含IDENTITY列的表请求生成键,则JDBC驱动程序将返回空结果集。
这一行被插入到使用了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的节点可以替换上面的节点。
在底层,您可以看到返回了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数据源,该数据源能够严格控制应用程序的哪些部分可以访问数据库。
它不映射到任何JDBC时间类型:DATE、TIME或TIMESTAMP。
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和ODBC是类似的API,所以这种驱动程序常常与JDBC-ODBC桥联系在一起。
JDBCDECIMAL类型表示固定精度的十进制值,它保留指定精度以上的值。
但是如果需要更详细地规定跟踪某些JDBC通用驱动程序组件,那么可以通过位操作符来做到这一点。
源代码之后,我们发现实例化和初始化一个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插入语句表示的。
仔细地考虑事务的范围:默认情况下,JDBC将每个查询看作一个独立的事务。