This tells the server which JDBC driver class to use to access the database.
这将告诉服务器要使用哪一类JDBC驱动程序来访问数据库。
The value assigned to the driver is the fully qualified name for the embedded driver class.
赋给driver的值是嵌入式驱动程序类的完全限定名称。
Derby is the name of the JDBC driver class that the ij tool can use to communicate with the database server.
derby是JDBC驱动程序类的名称,ji工具使用该类与数据库服务器通信。
Normally, the first dataSource block is where we define JDBC properties, like driver class, username, password, etc.
通常,第一个dataSource代码段是定义诸如驱动程序类、用户名、密码之类的jdbc属性的位置。
This item is optional; if it's not included, the WrappingJDBCDriver USES its own class loader to locate the driver class.
该项为可选项;如果不包括此项,WrappingJDBCDriver会使用自己的类加载程序来定位驱动程序类。
The first steps in creating a database-backed model are to instantiate the MySQL driver class, and create a DBConnection instance.
创建数据库后台模型的第一步是说明MySQL驱动类,并创建DBConnection实例。
The first line of this script instantiates a new Sql object by setting the JDBC connection string, username, password, and JDBC driver class.
该脚本的第一行代码实例化了一个新的Sql对象:设置JDBC连接字符串、用户名、密码和 JDBC驱动器类。
Database.properties, the configuration file, defines the JDBC driver class to use, the user name and password to use, and the JDBC URL to use.
配置文件database . properties定义了将使用的JDBC驱动程序类、将使用的用户名和密码,以及将使用的JDBCURL。
Refer to the vendor documentation for detailed information, including the URL format, the driver class name, and the name and location of the driver jar files.
有关详细信息,请参阅厂商文档,包括url格式、驱动器类名、驱动器jar文件的名称和位置。
Hibernate will manage connections for you when you provide it with connection information like driver class name, user name, password, and so on, through XML configuration.
Hibernate可以为您管理连接,但是您必须通过XML配置提供如驱动程序类名、用户名、密码以及其他一些连接信息。
I have provided values for the JDBC driver class, the database user name, and a JDBC URL to connect to the database, in which you have already created the users and usergroup tables.
还指定了JDBC驱动程序类、数据库用户名和连接数据库(在这个数据库中已经创建了users 和usergroup表)所用的 JDBCURL。
The "real" driver's class name and optional classpath configuration items serve to allow the WrappingJDBCDriver to locate and classload the driver class so that it can be wrapped and delegated to.
“真正的”驱动程序的类名和可选类路径配置项的作用是允许WrappingJDBCDriver查找和载入驱动程序类,这样它就能够被包装和委托了。
He describes how to use class wrapping of the JDBC driver, connection, statement, and result set objects to instrument JDBC, and hence, database calls.
他介绍了如何使用JDBC驱动、连接、语句、结果集对象的类包装来工具化jdbc,并由此工具化数据库调用。
A single driver script connects the front end to the back end, and another wrapper class on the front end gives you access to all the tables you need.
单个驱动程序脚本连接前端和后端,前端上的另一个包装类向您提供对所有所需表的访问权。
It doesn't matter which driver you want to use; you always use the PDO class name.
不管您想要使用哪种驱动程序,您总是使用pdo类名。
The standard processing for loading a JDBC driver requires two items: the driver's class name and the JDBC URL of the database that's targeted for connection.
载入JDBC驱动程序的标准过程需要两项:驱动程序的类名和连接的目标数据库的JDBCURL。
The IFX_PAM_CLASS value that is specified is intended to inform the JDBC driver what class (module) has implemented the PAM interface.
指定的 IFX_PAM_CLASS值用来告诉JDBC驱动程序哪个类(模块)实现了PAM接口。
This method finds the class file for the Derby embedded driver, which must exist somewhere in your CLASSPATH, then loads it into the JVM.
这个方法寻找Derby嵌入式驱动程序的类文件(这个文件必须在CLASSPATH中存在),然后将它装载到JVM中。
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类的实例。
During this loading process, the class 'static section is processed, which registers this driver with the JDBC DriverManager object.
在装载过程中,会处理这个类的静态部分,这会向JDBCDriverManager对象注册这个驱动程序。
The first name-value pair specifies the name of the class that is the primary application driver, which is DemoApp in this case.
第一个名称-值对将指定主要应用程序驱动程序的类的名称,本例中为 DemoApp。
You may have noted in Listing 4 that the driver program introduced a new class called Parallel.
在清单4中,您可能已经注意到驱动器程序引入了一个新类,叫作parallel。
Make sure that pdq.jar, pdqmgmt.jar, and the corresponding JCC driver jar files are in the class path when you run these commands.
当您运行这些命令时,请确保pd q .jar、pdqmgmt . jar和对应的JCC驱动程序jar文件位于类路径中。
Make sure that pdq.jar, pdqmgmt.jar, and the corresponding JCC driver jar files are in your class path when you run these commands.
在运行这些命令时,要确保pd q .jar、pdqmgmt . jar和相应的JCC驱动程序jar文件位于类路径中。
The Ajax requests are fielded by a PHP driver page, which makes sure that the request is valid and then passes it onto a database wrapper class that handles the request.
Ajax请求受到一个PHP驱动程序页的保护,该页先确保请求有效,然后将其传递到一个处理该请求的数据库包装类。
The device descriptor read by the host controller driver contains information about the device, such as class, subclass, and protocol.
主机控制器设备驱动程序读取的设备描述符包含关于设备的信息,例如class、subclass和protocol。
The BlueZ USB transport driver (drivers/bluetooth/hci_usb.c) registers this class/subclass/protocol information with the Linux USB core.
BlueZUSB传输驱动程序(drivers/bluetooth/hci_usb.c)将该class/subclass/protocol信息注册到Linux USB核心。
The first file, web.xml, simply requires a reference to Pluto's PortletServlet, which helps the portal driver serve portlets. (This class is different for most portal servers.)
第一个文件web . xml只要求引用Pluto的PortletServlet,它用于帮助门户驱动程序处理portlet(对于大多数门户服务器,此类都是不同的)。
The fixture class ACTS as the driver to determine how the sample data sets in the table are to be tested against the SUT.
fixture类的作用相当于驱动程序,确定如何根据SUT来测试表中的示例数据集。
In the example in Listing 3, I only have a single writer and a single reader process, so the One2OneChannel class will suffice. The sample code for the driver program is shown in Listing 4.
在清单3的示例中,我只有一个写入器进程和一个阅读器进程,所以one2onechannel类就足够了。
应用推荐