单词 | jdbc | ||||||||||||
释义 | jdbc
更多释义 收起释义 例句释义: 数据库连接,数据库编程 1. However, at least one column of any table or view must be identified to the JDBC data mediator service as the "primary key. " 不过,在任何表或视图中,至少有一列要作为“主键”标识给JDBC数据中介服务。 www.ibm.com 2. In her simple Web application, she used a JDBC connection directly from her application code. 在其简单的Web应用程序中,她直接从应用程序代码中使用了一个JDBC连接。 www-128.ibm.com 3. Data sources are the children node of a JDBC provider, so its parent is a JDBC provider. 数据源是JDBC提供程序的子节点,因此其父节点为JDBC提供程序。 www.ibm.com 4. So, if you're familiar with JDBC, this code should be easy for you to understand. 所以,如果熟悉JDBC,您应该容易理解该代码。 www.ibm.com 5. 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模式是很容易理解的。 www.ibm.com 6. Before I wrap up, let's think for a minute about how the monitor aspects resolve the challenges of tracking JDBC information. 在结束之前,关于监视方面如何解决跟踪JDBC信息的挑战,请静想一分钟。 www.ibm.com 7. Unfortunately, JDBC might be a little top-heavy for your little program. 不幸的是,JDBC对您的小程序来说可能有一点头重脚轻了。 www.ibm.com 8. 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中。 www.ibm.com 9. Notice that you once again use a SQL string for this, just as you would in JDBC. 注意,您再次使用一个SQL字符串,正如您在JDBC中所用的那样。 www.ibm.com 10. But please, wait until you know something is a bottleneck. And don't assume that direct JDBC is necessarily faster. 但是请先确认这的确是一个瓶颈,并且不要想当然认为JDBC一定会更快。 tieba.baidu.com 1. Transactions - which make it possible for the repository to be enlisted as a resource along JMS or JDBC resources. 事务——它使仓库有可能与JMS或JDBC资源一起工作。 www.infoq.com 2. 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规范中的定义,数据源允许您管理数据库的一个连接池。 www-128.ibm.com 3. JDBC allows you to call a database stored procedure from an Java application. JDBC允许您从Java应用程序中调用数据库存储过程。 www-128.ibm.com 4. If generated keys are requested on a table that has no IDENTITY column , the JDBC driver will return a null result set . 如果对不包含IDENTITY列的表请求生成键,则JDBC驱动程序将返回空结果集。 www.bing.com 5. 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接口调用一个存储过程。 www.ibm.com 6. One approach is to let the JDBC driver balance the database connection requests and, hence, also the workload balancing. 其中一种方法是让JDBC驱动程序平衡数据库连接请求(因此,也称为工作负载平衡)。 www.ibm.com 7. 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驱动程序实现妄加评论。 www.ibm.com 8. 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方法时,将引发异常。 msdn2.microsoft.com 9. Replace the above Realm with one of the following to get a Realm stored in a database and accessed via JDBC. 下面一个数据库保存和访问JDBC的节点可以替换上面的节点。 blog.csdn.net 10. Underneath, you can visualize a JDBC ResultSet object being returned and its contents being passed into a for loop. 在底层,您可以看到返回了JDBCResultSet对象,它的内容被传递进for循环。 www.ibm.com 1. The Persistence layer (Direct JDBC) is called by the business component for any query operations. 持久层(DirectJDBC)由业务组件为执行CRUD操作而调用。 www.ibm.com 2. Create module-scoped JDBC data sources that allow fine-grained control over which parts of your application can access the database. 创建模块范围的JDBC数据源,该数据源能够严格控制应用程序的哪些部分可以访问数据库。 www.ibm.com 3. It does not map to any of the JDBC time types: DATE, TIME, or TIMESTAMP. 它不映射到任何JDBC时间类型:DATE、TIME或TIMESTAMP。 msdn2.microsoft.com 4. 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所支持的数据类型作了几个改变,其中之一是增加了两种新的数据类型。 www-128.ibm.com 5. JDBC and ODBC are similar APIs, so this type of driver is usually associated with the JDBC-ODBC bridge. JDBC和ODBC是类似的API,所以这种驱动程序常常与JDBC-ODBC桥联系在一起。 www.ibm.com 6. The JDBC DECIMAL type represents a fixed-precision decimal value that holds values of at least the specified precision. JDBCDECIMAL类型表示固定精度的十进制值,它保留指定精度以上的值。 msdn2.microsoft.com 7. But if you need more detailed tracing in certain JDBC universal driver components, then the bitwise operator will enable you to do this. 但是如果需要更详细地规定跟踪某些JDBC通用驱动程序组件,那么可以通过位操作符来做到这一点。 www.ibm.com 8. Source code, we find that it could be easily instantiated and initialized with a JDBC connection, but the required methods are not public. 源代码之后,我们发现实例化和初始化一个JDBC连接很容易,但是所必需的方法不是公共的。 www-128.ibm.com 9. 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插入语句表示的。 www.ibm.com 10. Consider the scope of your transactions carefully: By default, JDBC treats each query as an independent transaction. 仔细地考虑事务的范围:默认情况下,JDBC将每个查询看作一个独立的事务。 www.ibm.com 1. 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连接)或将对象返回到池中。 www.ibm.com 2. We ll do this with a particular focus on how JDBC compares with Java object serialization as an enterprise data management strategy. 我们将特别关注与Java对象序列化相比,JDBC是如何成为一个企业数据管理策略的。 www-128.ibm.com 3. JDBC allows SQL statements to be grouped together into a single transaction. JDBC允许将SQL语句组合到单独一个事务中。 www-128.ibm.com 4. The objective of this tutorial is to introduce you to the process of enabling an existing JDBC application for pureQuery. 本教程的目标是介绍使现有的JDBC应用程序支持pureQuery的步骤。 www.ibm.com 5. Often this is remedied by combining JDBC with a proprietary extension, but that means being locked into a specific implementation. 通常的做法是将JDBC与一个专用扩展结合使用,以弥补这一点。然而,这意味着只能局限于特定的实现。 www.ibm.com 6. Explicit trusted connections can only be requested from APIs that support trusted connection requests (namely, CLI, ODBC, JDBC, and XA). 显式可信连接只能通过支持可信连接请求的API(即CLI、ODBC、JDBC和XA)进行请求。 www.ibm.com 7. 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指定您将要在其中创建数据库的目录。 www.ibm.com 8. 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的绝大部分基础任务来创建并管理中间对象。 www.infoq.com 9. Entity beans are a bit less mature than JDBC, but still offer a trusted solution for enterprise data persistence. 实体bean比JDBC稍欠成熟,但是它们仍对企业数据持久性提供了可靠的解决方案。 www.ibm.com 10. derby is the name of the JDBC driver class that the ij tool can use to communicate with the database server. derby是JDBC驱动程序类的名称,ji工具使用该类与数据库服务器通信。 www.ibm.com 1. The difference between the two JDBC drivers is shown in the way that they make their connections. 这两类驱动程序的不同之处表现在它们建立连接的方式上。 www.ibm.com 2. Jena is engineered to work well with RDF data models, just as JDBC is suited for working with relational models. Jena的设计目标是可以良好地处理RDF数据模型,正如JDBC适合处理关系模型一样。 www.ibm.com 3. The situation is similar to what you'd see in JDBC client code, wherein the API applies directly to the relational model. 这种情况与JDBC客户端代码相似,其中API直接应用到关系模型。 www.ibm.com 4. Thus, the WebSphere Adapter for JDBC can participate in a global transaction with your business processes. 因此,WebSphereAdapterforJDBC可以与您的业务流程一起参与全局事务。 www.ibm.com 5. When the JSP's embedded Crystal Report is using JDBC at run time, the server's Console view shows an output similar to what follows. 当有水晶报表嵌入的JSP在运行期间使用JDBC时,服务器的Console视图显示了一个类似下列的输出。 www.ibm.com 6. The JDBC approach is attractive due to its simplicity; the JTA approach offers greater flexibility. JDBC方式由于其简单性而具有吸引力,JTA方式提供了更大的灵活性。 www.ibm.com 7. If this isn't what you want, you need to modify your JDBC URL to specify where the database files should be created. 如果这不是您希望的位置,那么需要修改JDBCURL来指定应该创建数据库文件的位置。 www.ibm.com 8. With JDBC transaction demarcation, you can combine multiple SQL statements into a single transaction. 使用JDBC事务界定时,您可以将多个SQL语句结合到一个事务中。 www.ibm.com 9. However as Neo has been impressed by Python's productivity gain before, he wondered if he could write code in Python to use DB2 JDBC driver. 而且,因为Python的效率收益过去给Neo留下了深刻印象,所以他想是否可以用Python编写代码来使用DB2JDBC驱动程序。 www.ibm.com 10. Applications that do not directly access JDBC resources would obviously not collect JDBC timings. 不直接访问JDBC资源的应用程序显然不会收集JDBC时间开销数据。 www.ibm.com 1. There are many traps hided behind the surface in despite of JDBC API is quite simple. 尽管JDBCAPI相当简单,但是许多“陷阱”隐藏在表面下边。 stae.com.cn 2. JDBC supports collecting SQL statements going to one table and executing the set of statements in batch. JDBC支持收集将要引用一个表的SQL语句并批量处理语句集合。 www.ibm.com 3. Despite the last shortcoming, it is still possible to map the JDBC interfaces to the Connector SPI. 尽管有最后那个不足,JDBC接口仍能映射到连接器SPI上。 www.ibm.com 4. This meant that the impact of the data store migration would be confined to JDBC connection parameters. 这意味着数据存储迁移的影响仅限于JDBC连接参数。 www.ibm.com 5. Security of the database access relies on a JDBC driver and a database implementation. 数据库访问安全依赖于JDBC驱动程序和数据库实现。 www.ibm.com 6. In the Database vendor type field, select the database product and version that you are using for your JDBC connection. 在Databasevendortype字段中,选择您用于JDBC连接的数据库产品和版本。 www-128.ibm.com 7. With the new JDBC universal driver, we will try to understand how exactly to take the JCC trace and what is needed to take the JCC trace. 对于新的JDBC通用驱动程序,我们将讲解如何进行JCC跟踪,以及进行JCC跟踪时需要些什么。 www.ibm.com 8. jdbc is the mechanism with which the ij tool communicates with the database server. jdbc是ij工具与数据库服务器通信的机制。 www.ibm.com 9. The JDBC driver adheres to the JDBC specification and is designed to provide the right balance between predictability and flexibility. JDBC驱动程序遵守JDBC规范,用于在可预见性和灵活性之间达成适当的平衡。 msdn2.microsoft.com 10. Notice that the console output (Listing 7) displays the same output as the stored procedure call from the JDBC program as shown in Figure 2. 注意操控台输出(代码行7)显示了与访问图2所示JDBC程序存储过程相同的输出。 www.ibm.com 1. I'll demonstrate how a JDBC client can be instrumented using the concept of class wrapping. 我将展示如何使用类包装的概念插装JDBC客户机。 www.ibm.com 2. One is to include the JDBC driver files as part of your own custom installation package. 一种方法是将JDBC驱动程序文件添加到您自己的自定义安装包中。 msdn2.microsoft.com 3. Let's first take a quick look at the details of the JDBC adapter before we get started working with it. 在开始学习JDBC适配器之前,让我们先快速了解一下其详情。 www.ibm.com 4. It's hard to say whether BMP entity beans or session beans with JDBC would rank as the second fastest solution. 很难讲BMP实体bean和会话bean与JDBC组合哪个能排上第二快的解决方案。 www.ibm.com 5. When using JDBC to make a connection to a database, you have to tell JDBC where to find the actual data. 当使用JDBC与数据库建立连接时,您必须告诉JDBC在何处可以找到实际的数据。 www-128.ibm.com 6. You'll have a new file, derby. log, along with a new directory, called test, which matches the name you gave your database in the JDBC URL. 这样就生成一个新文件以及一个新目录,叫做test,它与在JDBCURL中为数据库命名的名称相匹配。 www.ibm.com 7. Both the creation of the factory and the manager object incur high performance costs (similar to connecting to a database with JDBC). 工厂的创建和管理器的创建都会导致较高的性能代价(类似于用JDBC连接到一个数据库)。 www.ibm.com 8. Accordingly, the best target for monitoring database interface performance in a Java application is JDBC. 因此,要监控Java应用程序中的数据库接口性能,最好的监控目标就是JDBC。 www.ibm.com 9. The object is disconnected from the underlying JDBC connection when waiting for a user request and reconnected when serving a user request. 在等待用户请求时,该对象会断开与底层JDBC连接的连接并在服务于用户请求时重新连接。 www.ibm.com 10. JDBC is an application programming interface (API) that Java applications use to access relational databases locally or remotely. JDBC是一个应用程序编程接口(API),Java应用程序使用它本地或远程访问关系数据库。 www.ibm.com 1. hibernate. connection. driver_class is a JDBC driver class that we decided to use. driver_class是我们决定要使用的JDBC驱动器类。 www.ibm.com 2. Complete the steps in the following example to set the isolation level at the connection and statement levels for the JDBC application. 完成下面示例中的步骤,在JDBC应用程序的连接级别和语句级别设置隔离级别。 www.ibm.com 3. In this article, we'll examine a simple abstraction layer which takes the bite out of using JDBC. 在本文中,我们将分析一个简单的使用JDBC的抽象层。 www.ibm.com 4. For thick drivers, the URLs will be very similar: jdbc: oracle: oci in place of jdbc: oracle: thin in the above URLs. 对于胖驱动程序而言,URL会非常类似:jdbc:oracle:oci代替上述URL中的jdbc:oracle:thin。 www.ibm.com 5. In the case of most databases, the similarity in behavior ends with the JDBC interface implementation. 对大多数数据库而言,这种行为的相似性因JDBC接口实现而丧失。 www.ibm.com 6. When it is run with its JDBC configuration, a third party DataSource is used, and a 'destroy-method' is declared explicitly. 当它和JDBC配置一起运行的时候,会用到一个第三方DataSource,并且它显式声明了一个destroy-method。 www.infoq.com 7. The wizard uses the JDBC resource adapter to determine what operations are available as part of the database. 该向导使用JDBC资源适配器确定哪些操作可用作数据库的一部分。 www.ibm.com 8. Using Hibernate can save a lot of development time on a project, since the whole JDBC layer is managed by the framework. 使用Hibernate能够节约大量项目开发时间,因为整个JDBC层都由这个框架管理。 www-128.ibm.com 9. This new JDBC Universal Driver can be used to access data across the DB2 family of database servers. 这个新的JDBC通用驱动程序可用于跨DB2数据库服务器系列访问数据。 www.ibm.com 10. To work with metadata for a JDBC PreparedStatement, you can execute the PreparedMetaData. java file, as shown in Listing 5. 要使用JDBCPreparedStatement的元数据,可以执行PreparedMetaData.java文件,如清单5所示 www.ibm.com 1. By using these methods, WebSphere JDBC Adapter ensures high availability and performance of events delivery in an inbound service. 通过使用这些方法,WebSphereJDBCAdapter将确保事件交付在入站服务中的高可用性和性能。 www.ibm.com 2. If you're familiar with SQL and JDBC, this might be the simplest method of retrieving data. 如果您熟悉SQL和JDBC,这可能是最简单的数据提取方法。 www.ibm.com 3. To see a table of configured JDBC resources. 以查看已配置的JDBC资源表。 www-128.ibm.com 4. You need a relational database and a JDBC driver to perform this section of the tutorial. 你需要一个关系数据库和JDBC驱动来执行这部分向导。 spaces.msn.com 5. The Derby driver is selected by supplying a Derby JDBC connection Uniform Resource Locator (URL), as shown in Listing 1. Cloudscape驱动程序是通过提供CloudscapeJDBC连接统一资源定位符(UniformResourceLocator,URL)来选择的,如清单1所示。 www.ibm.com 6. This parameter controls maximum and minimum number of JDBC connections in a connection pool. 该参数控制连接池中最大JDBC连接数和最小JCBC连接数。 www.ibm.com 7. SQL escape processing is always turned on for the JDBC driver. 系统始终为JDBC驱动程序启用SQL转义处理。 msdn2.microsoft.com 8. Notice that there is no code in this example to enlist the JDBC connections in the current transaction -- the container does this for us. 注意,这个示例中没有征用当前事务中JDBC连接的代码―容器会为我们完成这个任务。 www.ibm.com 9. We would like olap4j to be considered a standard part of the Java runtime library like JDBC. 我们希望olap4j能像JDBC那样被看作是Java运行时库的标准部分。 www.infoq.com 10. JDBC is a vendor-neutral dynamic SQL interface that provides data access to your application through standardized Java methods. JDBC是一个与供应商无关的动态SQL接口,该接口通过标准化的Java方法向应用程序提供数据访问。 www-128.ibm.com 1. However, JDBC provides finer-grained control over the execution of SQL statements and offers true dynamic SQL capability. 然而,JDBC提供了对SQL语句的执行的细粒度控制,并提供了真正的动态SQL能力。 www-128.ibm.com 2. Spring provides a mechanism for accessing native connections when various JDBC operations require interacting with the native JDBC resource. 当各种JDBC操作需要与本机JDBC资源交互时,Spring可提供访问本机连接的机制。 www.ibm.com 3. Establish a connection to the WebSphere Information Integrator database using standard JDBC programming techniques. 使用标准JDBC编程技术建立与DB2InformationIntegrator数据库的连接。 www.ibm.com 4. The JCA Adapter for JDBC utilizes the ORDER_EVENT table to invoke downstream business processes as shown in Figure 3. JCAAdapterforJDBC利用ORDER_EVENT表来调用下游业务流程,如图3所示。 www.ibm.com 5. The SQuirreL client leverages a database's JDBC driver to facilitate conversation with a database. 该SQuirreL客户机利用数据库的JDBC驱动程序来促进与数据库的对话。 www.ibm.com 6. The JDBC driver does not support setting holdability when creating one of the. 对象之一时,JDBC驱动程序不支持设置保持能力。 msdn2.microsoft.com 7. This matches any call to a method defined on a JDBC connection that returns a Statement or any subclass thereof. 这个建议匹配的方法调用是在JDBC连接上定义的,而且会返回Statement或任何子类。 www.ibm.com 8. The connection URL has three parts: a protocol (jdbc: cloudscape), a database name (SimpleDB), and an attribute (create=true). 连接URL有三个部分:协议(jdbc:cloudscape)、数据库名称(SimpleDB)和属性(create=true)。 www.ibm.com 9. 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。 www.ibm.com 10. In particular, JDBC has a rich collection of routines that make such an interface extremely simple and intuitive. 特别是,JDBC有一个使接口变得极其简单和直观的例程的丰富收集。 www-128.ibm.com 1. Java object serialization and JDBC are two of many data persistence mechanisms available in the Java technology sphere. Java对象序列化和JDBC是Java技术领域中许多数据持久化机制中的两种。 www-128.ibm.com 2. JDBC is programming framework for Java developers writing programs that access information from databases, spreadsheets, and flat files. JDBC是一个编程框架,可供Java开发人员用来编写从数据库、电子表格和平面文件访问信息的程序。 msdn2.microsoft.com 3. The JDBC driver does not support reading stored procedure output parameters of the XML data type. JDBC驱动程序不支持读取XML数据类型的存储过程输出参数。 msdn2.microsoft.com 4. It does not matter whether the remote call invokes Enterprise JavaBeans (EJBs), web services, or JDBC providers. 无论远程调用企业JavaBean(EJB)、Web服务或JDBC提供者,该理论都适用。 www.ibm.com 5. In a JDBC application, use java. sql. Statement instead of java. sql. PreparedStatement to execute such queries, as shown in Listing 8. 在JDBC应用程序中,使用java.sql.Statement而不是java.sql.PreparedStatement来执行这类查询,如清单8所示。 www.ibm.com 6. Stateless session beans and JDBC are often combined to create a solid persistent data management solution. 无状态会话bean常常与JDBC相结合来创建可靠的持久数据管理解决方案。 www.ibm.com 7. A DAO should strive to encapsulate JDBC rather than expose JDBC to the rest of the application. 一个DAO应该力争封装JDBC而不是将JDBC公开给应用程序的其余部分。 www.ibm.com 8. As with prepared statements in a JDBC application, the values get substituted for each placeholder in order of appearance in the statement. 与JDBC应用程序中的准备好的语句一样,值可以按在语句中出现的顺序被各占位符取代。 www.ibm.com 9. Most J2EE applications need to store data, and the most common method used to manage data is with a JDBC-compliant database. 大多数J2EE应用程序都需要存储数据,管理数据的最常见的方法是使用遵从JDBC规范的数据库。 www.ibm.com 10. The WebSphere Adapter for JDBC provides bidirectional connectivity between applications and databases. WebSphereAdapterforJDBC提供应用程序和数据库之间的双向连接。 www.ibm.com 1. JDBC concrete implementations are loaded implicitly, and source code rarely references these concrete classes directly. JDBC的具体实现是被隐式加载的,而且源代码很少直接引用这些具体类。 www.ibm.com 2. JDBC interface provides only a specific category of demands on the database designer to complete. JDBC只提供了接口,具体的类的实现要求数据库的设计者完成。 www.pudn.com 3. The Administrative Console's Web form for managing JDBC resource providers is shown in Figure 3 below. 下面图3显示了用于管理JDBC资源提供者的AdministrativeConsole的Web表单。 www.ibm.com 4. JDBC is a Java technology that allows Java applications to communicate with a database. JDBC是一种Java技术,允许Java应用程序与数据库通信。 www.ibm.com 5. The JDBC standard provides support for inserting data into an updateable ResultSet by following this exact recipe, as shown in Listing 5. JDBC标准严格按照清单5所示的方法将数据插入到可更新的ResultSet中。 www.ibm.com 6. During the JDBC 2 development process, SQL99 was still in a state of flux. 在JDBC2开发的过程中,SQL99还处在一种变化不定的情况下。 www.ibm.com 7. In addition, similar to the XML data type, the JDBC driver does not support reading stored procedure output parameters of the UDT data type. 此外,与XML数据类型相类似,JDBC驱动程序不支持读取UDT数据类型的存储过程输出参数。 msdn2.microsoft.com 8. Nor will the application benefit from the portability and scalability benefits provided by the app server JDBC Service Provider. 这种应用程序也不会从应用程序服务器JDBCServiceProvider提供的可移植性和可伸缩性中受益。 www.ibm.com 9. Yazd Discussion Forum - This forum software is a Java based discussion forum, that uses JDBC to store it's data in a database. 这个论坛软件是一个基于Java的论坛,它使用JDBC将数据存储在一个数据库中。 cosoft.org.cn 10. The implementation class name and class path you see are the default for the DB2 JDBC provider. 您看到的实现类名和类路径都是DB2JDBC提供程序所默认的。 www.ibm.com 1. The ability to retrieve auto-generated keys provides flexibility to the JDBC developer and creates performance boosts when accessing data. 这种取得自动生成的键值的方式给JDBC的开发者提供了灵活性,并且使存取数据的性能得到提升。 dingchaoqun12.blog.163.com 2. Some parts of the application are already in production and were written in JDBC. 该应用程序的有些部分已经处于生产阶段,它们使用JDBC编写。 www.ibm.com 3. For each connection request, the Oracle JDBC driver randomly picks up a RAC node for obtaining connections. 对于每个连接请求,OracleJDBC驱动程序将随机选择一个RAC节点来获取连接。 www.ibm.com 4. SequeLink is a middleware component providing data connectivity to a variety of JDBC-compliant databases. SequeLink是一个中间件组件,它提供与各种遵循JDBC的数据库的数据连接性。 www-128.ibm.com 5. To do so, it initializes the Hibernate environment and opens a Session, which wraps a JDBC connection to the federated database. 程序首先初始化Hibernate环境并打开一个Session,后者包装了到联邦数据库的JDBC连接。 www.ibm.com 6. The JDBC application returned these as a ResultSet object from either the federated stored procedure or the remote native stored procedure. JDBC应用程序以ResultSet对象的形式从联邦存储过程或远程本地存储过程返回结果集。 www.ibm.com 7. Each JDBC call is dynamic in nature and requires the SQL statement to be parsed and optimized at run time. 每个JDBC调用在性质上是动态的,要求在运行时分析和优化SQL语句。 www.ibm.com 8. With the JDBC resource adapter, the trick to getting database changes to a module is using a trigger. 使用JDBC资源适配器,获取对模块进行数据库更改的技巧是使用触发器。 www.ibm.com 9. In this application, these files are configured to provide an application-scoped Java Database Connectivity (JDBC) connector. 在该应用程序中,这些文件被配置以提供应用程序范围的Java数据库连接(JavaDatabaseConnectivity,JDBC)连接器。 www.ibm.com 10. The second edition of the JDBC API introduced support for two new types of cursors: scroll-sensitive cursors and scroll-insensitive cursors. 第二版的JDBCAPI引入了对两类新游标的支持:滚动敏感游标和滚动不敏感游标。 www.ibm.com 1. JDBC transaction demarcation is simpler than JTA transaction demarcation, but JTA provides greater flexibility. JDBC事务界定比JTA事务界定要简单,但是JTA提供了更多的灵活性。 www.ibm.com 2. Note that you need to separately download Jython, Java runtime, JFreeChart, and JDBC drivers for the databases. 注意,需要为数据库单独下载Jython、Java运行时、JFreeChart和JDBC驱动程序。 www.ibm.com 3. Describes differences between the various JDBC driver data types. 说明各JDBC驱动程序数据类型之间的区别。 msdn2.microsoft.com 4. The JDBC adapter uses the object_key as an index into the Customer table to retrieve the changed row. JDBC适配器使用object_key作为对客户表的索引,以检索更改的行。 www.ibm.com 5. We will briefly discuss some of the design goals that the JDBC architects considered for this release. 我们会简单地讨论一下JDBC的设计师们为这个版本所考虑到的几个设计目标。 www-128.ibm.com 6. Applications can use the JDBC API to access data residing in a relational database management system (RDBMS). 程序可以使用JDBCAPI来访问位于关系数据库中的数据。 blog.sina.com.cn 7. You access database metadata in JDBC by calling the appropriate method from the DatabaseMetaData object, as shown in Listing 3. 通过调用DatabaseMetaData对象中的适当方法在JDBC中访问数据库元数据,见清单3。 www.ibm.com 8. JDBC supports a form of batching called homogeneous batching. JDBC支持一种名为异构批处理的批处理形式。 www.ibm.com 9. Most development efforts are now focused on adding new features, improved memory management, and stability in the new JDBC Universal Driver. 现在,开发过程中的大部分精力都集中在添加新特性、改善新的JDBC通用驱动程序的内存管理和稳定性上。 www.ibm.com 10. On a request to obtain connections, the Oracle JDBC driver will provide physical connections from the running RAC nodes. 在请求获取连接时,OracleJDBC驱动程序将从运行的RAC节点提供物理连接。 www.ibm.com 1. The session bean's public method, persistAndSend(String), writes the argument to the two JDBC tables (DB2 and Oracle) and a JMS message. 该会话bean的公共方法persistAndSend(String)将参数写入两个JDBC表(DB2和Oracle)和JMS消息中。 www.ibm.com 2. There is a set of methods in JTA which "packages" your traditional JDBC calls into the Two-Phase-Commit protocol. JTA中有一组方法,它将传统的JDBC调用封装到了两阶段提交(Two-Phase-Commit)协议中。 www.ibm.com 3. In most cases, a DAO application like the one above would use JDBC for database access. 在大多数情况下,类似于上述示例的DAO应用程序会使用JDBC进行数据库访问。 www-128.ibm.com 4. Describes how to use the JDBC driver to run complex statements that perform a variety of tasks and might return different types of data. 说明如何使用JDBC驱动程序运行复杂语句,这些语句执行多种任务并且可能返回不同类型的数据。 msdn2.microsoft.com 5. To get the most out of the discussion, you should be familiar with JDBC programming on the Java platform. 为了从讨论中得到最大收获,您应当熟悉Java平台上的JDBC编程。 www.ibm.com 6. Listing 9 shows a Java snippet that illustrates how to call procedure find_customers from a JDBC application. 清单9显示了Java片段,该片段说明如何从JDBC应用程序调用过程find_customers。 www.ibm.com 7. Describes how the JDBC driver supports concurrency control . 说明JDBC驱动程序如何支持并发控制。 www.bing.com 8. It described a simple session EJB method that updates both JDBC and JMS data, necessitating an XA transaction. 它描述了通过一个可以更新JDBC和JMS数据的简单会话EJB来实现XA事务。 www.ibm.com 9. However, it needs to make use of a resource adapter -- a JDBC connector -- archived in a RAR file. 不过,它需要使用一个打包在RAR文件中的资源适配器——一个JDBC连接器。 www.ibm.com 10. RDA can be connected to the existing database using standard JDBC connectivity. 可以使用标准的JDBC连接将RDA连接到现有的数据库。 www.ibm.com 1. In those scenarios, JDBC batching does not allow batching of different SQL statements. 在这些场景中,JDBC不支持对不同的SQL语句进行批处理。 www.ibm.com 2. Optimize your existing JDBC applications (client optimization) without changing a line of Java code. 在不更改任何Java代码的情况下优化您现有的JDBC应用程序(客户机优化)。 www.ibm.com 3. The first dialog of the wizard, shown in Figure 3, is for preparing a JDBC connection. 图3显示了向导的第一个对话框,可以用来准备数据库连接。 www.ibm.com 4. Consult the application server documentation and the JDBC driver documentation for specific instructions. 从应用服务器和JDBC驱动程序的文档中可以了解到相关的指导。 www.ibm.com 5. Describes the various isolation levels that are supported by the JDBC driver. 介绍了受JDBC驱动程序支持的多种隔离级别。 msdn2.microsoft.com 6. JDBC 4. 0 introduced standardized support for the SQLXML type which allows for XML to be read from and written to the database in XML form. JDBC4.0引入了针对SQLXML类型的标准化支持,允许以XML形式从(向)数据库读取(写入)XML。 www.ibm.com 7. The results show some interesting patterns, but one aspect clearly stands out: The instrumented JDBC is visibly slower than the raw JDBC. 这些结果显示出了一些有趣的模式,但有一点很明了:插装的JDBC显然要比原始JDBC慢。 www.ibm.com 8. In this article you learned the basics of the JDBC resource adapter and how it supports inbound and outbound processing. 在本文中,您学习了JDBC资源适配器的一些基础知识,以及该资源适配器如何支持入站和出站处理。 www.ibm.com 9. You create an instance by specifying the JDBC driver you used to access your RDBMS. 可通过指定您用来访问RDBMS的JDBC驱动程序来创建一个实例。 www.ibm.com 10. You can use this tutorial with Informix 10. 0, by simply making your connection as shown in the Using an Informix JDBC driver section. 也可以使用Informix10.0,只需按照使用InformixJDBC驱动程序一节的说明建立连接。 www.ibm.com 1. The JDBC connection URL to connect to a Cloudscape database is shown using ij in the console of Eclipse. 下图显示了在Eclipse的控制台中使用ij时用于连接到Cloudscape数据库的JDBC连接URL。 www.ibm.com 2. This command set the datasource name along with the values required to access the database repository using a direct JDBC connection. 此命令设置使用直接JDBC连接访问数据库存储库所需的数据源名称和值。 www.ibm.com 3. If the application does not close the JDBC connection, usually you need to investigate further to discover why. 如果应用程序未关闭JDBC连接,那么您通常需要深入分析原因。 www.ibm.com 4. Describes the system requirements needed to use the JDBC driver. 介绍使用JDBC驱动程序所需的系统要求。 msdn2.microsoft.com 5. An SQL database and the JDBC API provide an easy way of storing information and quickly searching previously stored data. SQL数据库和JDBCAPI提供了一种轻松的方法用于存储信息和快速搜索先前存储的数据。 www.ibm.com 6. Developers may use the IDE to visually configure a JDBC DataSource using wizards, schema validation and context sensitive help. 开发人员可以使用向导、Schema校验和上下文提示,可视化的配置一个JDBC数据源。 www.infoq.com 7. One last point about JDBC: The connection between your Java application and the database is controlled by a JDBC driver. 关于JDBC还有最后一点要注意:Java应用程序和数据库之间的连接由JDBC驱动程序控制。 www.ibm.com 8. No references to JDBC drivers, no server names, no user names or passwords -- not even database pooling or connection management. 没有对JDBC驱动程序的引用,没有服务器名称,没有用户名称或口令——甚至没有数据库池或连接管理。 www.ibm.com 9. Usage: Application JDBC access and WebSphere Application Server session database access. 用法:应用程序JDBC访问和WebSphereApplicationServer会话数据库访问。 www-128.ibm.com 10. The Web service implementation uses the DBHelper class (JDBC statements are used) to perform the database transaction. WebSerivces实现使用DBHelper类(使用了JDBC声明)执行数据库事务。 www.ibm.com 1. In fact, the JDBC API allows any Java program -- even an applet -- to connect to a relational database (RDBMS). 实际上,JDBCAPI允许任何Java程序―甚至是applet―连接到关系型数据库(RDBMS)上。 www.ibm.com 2. In the JDBC driver, this level is used for configuration settings that are global in scope. 在JDBC驱动程序中,该级别用于作用域内的全局配置设置。 msdn2.microsoft.com 3. Hibernate generates the SQL statement strings and executes them against the database using the JDBC prepare and execute operations. Hibernate生成SQL语句字符串并使用JDBC准备和执行操作在数据库中执行它们。 www.ibm.com 4. Given space limitations, this article can't fully explore the different ways of establishing a database connection with JDBC. 由于篇幅的限制,本文无法全面讨论用JDBC建立数据库连接的不同方式。 www.ibm.com 5. You use this adapter to exchange business objects with any database that you can connect to using JDBC. 您可以使用此适配器与使用JDBC连接的任何数据库交换业务对象。 www.ibm.com 6. After all the preparation concerning the XA issues, create a JDBC connection to the databases. 在完成所有关于XA的准备之后,就创建到数据库的JDBC连接。 www-128.ibm.com 7. In addition, it really helps to be an expert in JDBC and SQL to ensure that your JDBC data access is efficient. 此外,成为一名JDBC和SQL专家的确有助于确保JDBC数据访问的高效性。 www.ibm.com 8. Through configured intervals, messages are moved from a journal to an underlying JDBC database. 根据配置好的时间间隔,消息从日志移动到底层的JDBC数据库中。 www.ibm.com 9. JDBC provides a powerful, comprehensive interface for accessing databases from Java programs. JDBC提供了一种强大、全面的接口用来从Java程序访问数据库。 www-128.ibm.com 10. Set the correct WebSphere variable to the path of your JDBC driver jar file. 将正确的WebSphere变量设置到您的JDBC驱动程序jar文件的路径。 www.ibm.com 1. Well-written Java applications that use the JDBC framework should always release database resources as soon as they are no longer needed. 经过精心设计、使用JDBC框架的Java应用程序应该会在数据库资源不需要时立即释放它们。 www.ibm.com 2. Make sure that your system CLASSPATH contains the source JDBC driver before using MTK for extraction from a source database. 在使用MTK从源数据库提取源对象之前,应确保系统CLASSPATH包含源JDBC驱动程序。 www.ibm.com 3. The application server needs to make the JDBC, JMS, and other resources available to its applications. 应用程序服务器需要构造JDBC、JMS和其他资源,使其适用于服务器的应用程序。 www.ibm.com 4. Note that the step to configure access to JDBC drivers was skipped, since it is assumed that each database user already has these available. 注意,这里跳过访问JDBC驱动程序的配置步骤,因为我们假设每个数据库用户已经具备了这些配置。 www.ibm.com 5. The full path name to the JAR file that contains the JDBC driver to be installed. 到JAR文件的全路径名,该文件包含要安装的JDBC驱动程序。 www-128.ibm.com 6. The JDBC API is designed in a hierarchical manner, where an object of one type contains objects of other types. JDBCAPI是按照层次结构方式设计的,其中一种类型的对象包含其他类型的对象。 www.ibm.com 7. Figure 1 illustrates a typical setting for the JDBC resource adapter, database components and WebSphere Process Server components. 图1说明了JDBC资源适配器、数据库组件和WebSphereProcessServer组件的典型设置。 www.ibm.com 8. Continuing the example, assume that you are deploying part of the JDBC-based Oracle application onto DB2. 继续这个示例,假设您正在将这个基于JDBC的Oracle应用程序的一部分部署到DB2上。 www.ibm.com 9. In addition, unknown values are allowed for the property names, and their values are not validated by the JDBC driver for case sensitivity. 此外,属性名允许使用未知的值,JDBC驱动程序不会对这些值进行大小写验证。 msdn2.microsoft.com 10. The test database is located in another machine called DB Server, and the database connection is JDBC using a database-specific driver. 测试数据库位于另一个名为DBServer的机器中,而数据库连接是JDBC,使用了特定于数据库的驱动器。 www.ibm.com 1. Notice that anything having to do with java. sql and the JDBC is missing from that list of serializable objects. 注意,该表中的序列化对象中缺少处理java.sql和JDBC所必需的内容。 www.ibm.com 2. The JDBC test tool is a Java program that can verify database connectivity between a system and a database. 此JDBC测试工具是能够验证系统和数据库之间的数据库连接的Java程序。 www.ibm.com 3. These improvements ranged from only 3% (for JDBC mode) up to 9% (for EJB mode). 性能改善的范围从3%(JDBC模式)到9%(EJB模式)不等。 www.ibm.com 4. WebSphere JDBC Adapter also provides some alternatives to promote performance of events delivery. WebSphereJDBCAdapter还提供了一些替代方案来提高事件交付的性能。 www.ibm.com 5. We used the JDBC API to connect to our company's various database platforms and applied the DAO design pattern throughout the applications. 我们用JDBCAPI连接到我们公司的不同数据库平台上,并在整个应用程序中使用DAO设计模式。 www.ibm.com 6. If you get any JDBC connection problems, please refer to your database product's documentation. 如果你的JDBC连接有任何问题,请查阅你的数据库产品的文档。 www.ibm.com 7. This means the application uses the JDBC DataSource interface to establish connections to the database. 这意味着应用程序使用JDBCDataSource接口来建立到数据库的连接。 www-128.ibm.com 8. On receiving a call, the session bean uses JDBC to obtain an object that implements the javax. sql. DataSource interface. 在接收调用时,会话bean使用JDBC来获得实现javax.sql.DataSource接口的对象。 www.ibm.com 9. Therefore an ODBC driver can be used in combination with this JDBC driver. 因此,可以将ODBC驱动程序与该JDBC驱动程序结合使用。 www.ibm.com 10. In any case, JDBC makes it simple to connect to a database, and then use results from SQL queries to populate VXML. 无论如何,JDBC都能使您轻松连接数据库,然后利用SQL查询的结果填充VXML。 www.ibm.com 1. Applications that make use of connection pooled JDBC resources need to set the size of the connection pool. 使用有连接池的JDBC资源的应用程序需要设置连接池的大小。 www.ibm.com 2. The batch_size property controls the size of a JDBC batch. batch_size属性控制JDBC批处理的大小。 www.ibm.com 3. The truth is that CMPs without CMRs are almost always going to perform significantly worse than handwritten JDBC. 事实就是不使用CMR的CMP比起手工编写的JDBC,执行效率明显要差。 www.ibm.com 4. This will save time when configuring the JDBC driver and DataSource needed by the application server. 这将在配置应用程序服务器所需的JDBC驱动程序和数据源时节省时间。 www.ibm.com 5. The articles in this database provide specific solutions, workarounds, and important information about the JDBC driver. 该数据库中的文章提供有关JDBC驱动程序的具体方案、解决方法和重要信息。 msdn2.microsoft.com 6. WebSphere JDBC Adapter can ensure high availability when processing events delivery in the inbound service. WebSphereJDBCAdapter可以确保在入站服务中处理事件交付时的高可用性。 www.ibm.com 7. JDBC is also complicated because relational databases are built around SQL, and SQL was meant to be used by humans, not programs. JDBC的复杂还在于关系型数据库是基于SQL构建的,而SQL是要给人用的,而不是给程序用的。 www.ibm.com 8. Two of the most common reference types are EJB references and resource references that point to JDBC data sources. 两个最常见的引用类型为EJB引用和指向JDBC数据源的资源引用。 www.ibm.com 9. javax. sql. DataSource implementation and thin JDBC drivers for accessing a relational database. DataSource的实现以及访问关系数据库的thinJDBC驱动。 www.infoq.com 10. The stateless session bean uses the DBHelper class (JDBC statements are used) to perform the database transaction. 无状态会话Bean使用DBHelper类(使用了JDBC声明)执行数据库事务。 www.ibm.com 1. In this demonstration, the RMS implemented server-side components to insert the new records using standard JDBC calls. 在这个演示中,RMS实现使用标准的JDBC调用插入新的记录的服务器端组件。 www.ibm.com 2. However, greater capability is available by writing directly to the JDBC data mediator services APIs. 不过通过直接向JDBC数据中介服务API写入可以获得更高的性能。 www.ibm.com 3. This site provides technical articles, sample code, and other resources for the JDBC Driver and other data access technologies. 该站点提供有关JDBCDriver和其他数据访问技术的技术文章、示例代码和其他资源。 msdn2.microsoft.com 4. When translating this relationship back to the JDBC DMS metadata, you must define both tables before establishing the relationship. 如果要将这种关系重新转换为JDBCDMS数据,您必须在建立关系之前定义两个表。 www.ibm.com 5. Database resources can be accessed using both JDBC and Record-level access. 数据库资源可以通过JDBC和记录级访问来访问。 www.ibm.com 6. This Java code first creates the test database and then creates a connection to it by using the Apache Derby embedded JDBC driver. 这段Java代码首先使用ApacheDerby嵌入式JDBC驱动程序创建test数据库,然后创建到这个数据库的连接。 www.ibm.com 7. The driver files are the database JDBC driver jar files provided by database vendors. 驱动器文件是数据库厂商提供的数据库JDBC驱动器jar文件。 www.ibm.com 8. A database mapping layer, using JDBC within their RMI server, that mapped their Oracle tables to Java classes and vice versa. 一个数据库映射层,通过RMI服务器上的JDBC将其Oracle数据表映射成java类,或者反过来。 www.ibm.com 9. The JDBC driver indicates the loss of a connection with a special error code. JDBC驱动程序用一个特殊的错误码表示连接的丢失。 www.ibm.com 10. Note that regardless of normal zipSeries operation, for testing, all database communication is through JDBC, including purchases. 注意,不管正常的zipSeries操作是什么,为了测试,所有的数据库通信都是通过JDBC,包括购买事务。 www.ibm.com 1. We will create a simple abstraction layer that lets you use JDBC without having to get into all the messy details. 我们将创建一个简单的抽象层,让您不必顾虑所有繁琐的细节问题来直接使用JDBC。 www-128.ibm.com 2. Another developerWorks tutorial, Using JDBC to extract data into XML, by Nicholas Chase, performs a similar task to the one depicted here. 另一篇NicholasChase编著的developerWorks教程,UsingJDBCtoextractdataintoXML,执行一个与这里描述类似的任务。 www.ibm.com 3. This section presents classes that establish a JDBC database connection from a Java application. 本节介绍那些用来从Java应用程序建立JDBC数据库连接的类。 www.ianywhere.com 4. The first plan deploys the application with a connection to the IDS instance using the JDBC artifacts. 第一个计划使用JDBC驱动程序连接IDS实例。 www.ibm.com 5. Through JDBC embedded SQL interface method, Java users can implement procedures almost all of the data base. 通过把SQL语句嵌入JDBC接口的方法中,用户可以通过Java程序执行几乎所有的数据库操作。 www.pudn.com 6. Just because one uses JDBC, it does not absolve you from having to layer code correctly. 只是因为某人使用了JDBC,它不能免除必须正确地对代码分层。 www.ibm.com 7. Serialization and JDBC view underlying data from different perspectives. 序列化和JDBC观察底层的数据的角度不同。 www-128.ibm.com 8. Like all data mediator services, the JDBC mediator expects programmers to identify the data they'd like retrieved. 像所有数据中介服务一样,JDBC中介希望编程人员标识他们想检索的数据。 www.ibm.com 9. During this loading process, the class' static section is processed, which registers this driver with the JDBC DriverManager object. 在装载过程中,会处理这个类的静态部分,这会向JDBCDriverManager对象注册这个驱动程序。 www.ibm.com 10. This output log file must have write permissions for the context under which the JDBC driver is running. 该输出日志文件必须对JDBC驱动程序运行时所在的上下文具有写入权限。 msdn2.microsoft.com 1. Normally, the first dataSource block is where we define JDBC properties, like driver class, username, password, etc. 通常,第一个dataSource代码段是定义诸如驱动程序类、用户名、密码之类的JDBC属性的位置。 www.ibm.com 2. The JDBC NUMERIC type represents a fixed-precision decimal value that holds values of identical precision. JDBCNUMERIC类型表示固定精度的十进制值,它保留相同精度的值。 msdn2.microsoft.com 3. Notice that the chart indicates that JDBC batching is taking more elapsed time than pureQuery. 注意,图表显示JDBC批处理比pureQuery需要更多运行时间。 www.ibm.com 4. JDBC application code should always close connections explicitly to derive the most benefit from pooling. JDBC应用程序代码应始终显式地关闭连接,以便从池中获得最大利益。 msdn2.microsoft.com 5. The protocol tells the driver manager to use the Cloudscape JDBC Driver for this connection. 协议告诉驱动程序管理器:对该连接使用CloudscapeJDBC驱动程序。 www-128.ibm.com 6. The Oracle JDBC driver always tries to obtain physical connections from the RAC node that occupies the first position in the list. OracleJDBC驱动程序始终尝试从占据列表中第一位置的RAC节点获取物理连接。 www.ibm.com 7. Before using the sample, make sure that your CLASSPATH environment variable includes the solidDB JDBC Driver . jar file installation path. 在使用该示例之前,确保CLASSPATH环境变量包括solidDBJDBCDriver.jar文件安装路径。 www.ibm.com 8. So, for outbound processing, when you configure the JDBC adapter, you specify which tables you want to access from your module. 因此,对于出站处理,在配置JDBC适配器时,可以指定需要从模块访问哪些表。 www.ibm.com 9. In previous articles, you learned about JDBC metadata support for both the database connection and the query results. 在先前的文章中,您了解了数据库连接和查询结果的JDBC元数据支持。 www.ibm.com 10. The new JDBC Resource Provider and datasource are not complete until the configuration has been saved. 当保存了配置之后,新的JDBC资源提供者和数据源才会完成。 www.ibm.com 1. (See Resources for references and code for invoking stored procedures using straight JDBC). (有关使用直接的JDBC调用存储过程的引用和代码的相关信息,请参见参考资料)。 www.ibm.com 2. Or, if the port has been changed, make sure that the port specified in the JDBC connection URL matches the changed port. 或者,如果端口已更改,则应确保JDBC连接URL中指定的端口与更改的端口相匹配。 msdn2.microsoft.com 3. The Data perspective contains various tools to import and export data as XML from all databases having a JDBC driver. Dataperspective包含各种用于从所有具有JDBC驱动程序的数据库中导入和导出XML形式的数据的工具。 www-128.ibm.com 4. An embedded application can execute backups using the JDBC API; the application client does not need to administrate the backup. 嵌入式应用程序可以使用JDBCAPI来执行备份,而应用程序客户机不需要管理备份。 www.ibm.com 5. Just in case you've forgotten what a hassle normal Java JDBC programming can be, I'm all too happy to remind you! 如果您忘记了普通的JavaJDBC编程有多麻烦,我会很高兴提醒您! www.ibm.com 6. Describes how to use Java policy permissions to help secure a JDBC driver application. 介绍了如何使用Java策略权限帮助保护JDBC驱动程序的应用程序。 msdn2.microsoft.com 7. With the rapidly growing popularity of the J2EE platform, the designers also wanted to enhance JDBC's scalability. 随着J2EE平台迅速的日益流行,设计师们也想增强JDBC的可伸缩性。 www.ibm.com 8. Each class maps onto a basic RDBMS concept as well as a JDBC class. 每一个类映射到一个基本的RDBMS概念上,同时也映射到一个JDBC类上。 www-128.ibm.com 9. In a persistence architecture based on session beans and JDBC, a session bean delegates all access commands to the JDBC layer. 在基于会话bean和JDBC的持久性体系结构中,会话bean将所有访问命令都委托给JDBC层。 www.ibm.com 10. The data access method (JDBC or ODBC) is the method used by Adaptive Server Anywhere to access the remote database. 数据访问方法(JDBC或ODBC)是AdaptiveServerAnywhere用来访问远程数据库的方法。 www.ianywhere.com |
||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。