Please help us improve the quality of example sentences! Edit on Github

这个连接器提供连接池,并装载您所指定的驱动。The connector provides connection pooling and loads the JDBC driver you specify.

从客户端使用驱动导致了每个JDBC调用产生往返成本。Using the driver from the client side incurs round-trip cost for every JDBC call being made.

Other words in sentence

如果你的JDBC连接有任何问题,请查阅你的数据库产品的文档。If you get any JDBC connection problems, please refer to your database product’s documentation.

新的发布还提供了中心化的管理与改进的JDBC监控等功能。The new release also provides centralized administration and improved JDBC monitoring capabilities.

只要检查一下JDBC示例中的jbi.xml文件,你就能发现我们指定了consume和provide元素。If you look at the jbi.xml file from the JDBC example, you can see that we specify consumes and provides elements.

在铁路分局调度管理信息系统的应用基础上,主要针对JDBC的工作实现原理和性能评价与改善,作了具体分析并给出应用实例。Based on Railway Subbureau Dispatch MIS application, the paper is aimed at how to work and the estimation of performance of JDBC.

当在分布式事务中你使用非XA驱动时,经常在分布式事务被开始后获得JDBC连接。When you use a non-XA driver in a distributed transaction, always obtain a JDBC connection after the distributed transaction is begun.

Other words in sentence

在前3步中,您已经学会了如何在设计和运行期间使用JDBC连接在Web应用程序中嵌入水晶报表。In the previous three steps, you learned how to embed Crystal Reports in your Web applications that use JDBC connections at design time and run time.

他介绍了如何使用JDBC驱动、连接、语句、结果集对象的类包装来工具化JDBC,并由此工具化数据库调用。He describes how to use class wrapping of the JDBC driver, connection, statement, and result set objects to instrument JDBC, and hence, database calls.

作为结果,活动的分布式事务的数量使用非XA连接池被JDBC连接池的最大容量所限制。As a result, the number of active distributed transactions using the non-XA connection pool is limited by the maximum capacity of the JDBC connection pool.

两组数据都提供了徽标、阴影效果和状态表。One set of data was based on using JDBC for the operation, the other on using prepared statements. Again, this has a logo, drop shadows, and a stats table.

如果一个服务层方法只处理只读数据,可以将它的事务标为只读,这是优化Hibernate和底层JDBC驱动的一个方法。If a service layer method deals with only read-only data, you can mark its transaction as read-only, which is a hint to optimize Hibernate and the underlying JDBC driver.

Other words in sentence

通过对JDBC在铁路分局调度管理信息系统中的应用研究与探讨,进一步肯定了JDBC在铁路分局调度管理信息系统中的重要作用和广阔的应用前景。Though the research and discussion of JDBC application on Railway Subbureau Dispatch MIS, the importance and the future of JDBC are recognized further more in the system.

介绍了JDBC的功能、优点的基础上,给出了用JDBC实现分布式数据库系统的两层和三层的应用结构。This article introduces the function and advantage of JDBC and presents two-tier and three-tier application structure of implementing distributed system based on JDBC driver.

其中,最明显的一个示例就是包含了JDBC连接信息的bean,但是任何一种稍微复杂些的应用程序都有十几个类似的Bean。The most obvious example of this issue is a bean that holds JDBC connection information, but any non-trivial application will have a dozen such beans. Take a look at the following example