The DriverManager acts as a factory object.
DriverManager作为一个工厂对象。
This means that the application USES the JDBC DriverManager class to establish the database connection.
这意味着应用程序使用JDBCDriverManager类来建立数据库连接。
Given a database URL, the DriverManager returns a database connection by using the appropriate JDBC driver.
给出一个数据库url,DriverManager就会使用适当的JDBC驱动程序返回一个数据库连接。
During this loading process, the class 'static section is processed, which registers this driver with the JDBC DriverManager object.
在装载过程中,会处理这个类的静态部分,这会向JDBCDriverManager对象注册这个驱动程序。
Each ODBC function call the application makes to the ODBC DriverManager is forwarded to the appropriate data source driver for processing.
应用程序对odbcDriverManager进行的每个odbc函数调用都被转到适当的数据源驱动程序进行处理。
This step is performed in the next line of code, where you request a JDBC connection from the DriverManager using the previously defined URL.
这个步骤在下一行代码中执行,在这里使用前面定义的UR l从drivermanager请求一个JDBCconnection。
The second method of taking a trace is to use the DriverManager interface for connections, which can be enabled in one of the following ways.
进行跟踪的第二种方法是使用连接的DriverManager接口,可以通过以下两种方法之一来打开跟踪。
For example, existing JDBC code that depends on DriverManager or proprietary connection pooling solutions can be updated to make use of DataSources.
例如,现有的依赖于DriverManager或专用连接池的JDBC代码可能被更新成使用DataSource的。
The coordinated connection must be obtained using the DriverManager interface with the DB2 "App" JDBC Type 2 Driver -- instantiating an instance of the class COM.ibm.db2.jdbc.app.DB2Driver.
必须使用DB2 "App"JDBCType2驱动程序的 DriverManager接口获得协调连接——实例化 COM.ibm.db2.jdbc.app.DB2Driver类的实例。
The coordinated connection must be obtained using the DriverManager interface with the DB2 "App" JDBC Type 2 Driver -- instantiating an instance of the class COM.ibm.db2.jdbc.app.DB2Driver.
必须使用DB2 "App"JDBCType2驱动程序的 DriverManager接口获得协调连接——实例化 COM.ibm.db2.jdbc.app.DB2Driver类的实例。
应用推荐