PhixFlow automatically uses the appropriate driver class to communicate with its own database. You can use these driver classes in a datasource. However, you cannot update their properties or see their driver class files.
Tip |
---|
You can use the MariaDB driver class to connect to a MySQL database. |
You may need to configure additional database drivers to support:
- other types of database
- different versions a database.
How to Configure a Driver Class
- Find out which JDBC database drivers you require. This information is available in the documentation for your database. Also check the System Requirements and Compatibility page for supported versions. Communication to a database may require multiple JDBC driver files.
- Download the required JDBC driver files from:
- either the database supplier (recommended)
- or an open source repository, such as https://mvnrepository.com/
.
- Save the files to the driver class directory. You Driver Class File Directory. You need permission to add system files to do this.
If a driver class directory has been set, you can find it in the System Configuration. Insert excerpt System Configuration System Configuration nopanel true - For each type of database, create one Driver Class, see Adding or Changing a Driver Class, below.
- In the driver class properties → Driver Class File section, add all the JDBC driver files that the database requires; see Driver Classes and Driver Class File Properties, below.
- For each driver class file, specify the full path to the file, which is stored in the Driver Class File Directory, or a sub-directory of it.
Adding or Changing a Driver Class
Anchor | ||||
---|---|---|---|---|
|
To create a driver class, in the full repository scroll down to the
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
To add a new driver, right-click Driver Classes and select
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
To open an existing driver class, in the repository click on its name.
Tip |
---|
You cannot change the pre-configured driver classes supplied with your PhixFlow installation. These have the System Defined property ticked. |
Driver Classes and Driver Class File Properties
Anchor | ||||
---|---|---|---|---|
|
The driver classes configured in the repository populate the drop-down list in
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Basic Settings
Field | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name | Enter a unique name for the database driver, which will appear in the PhixFlow repository. | ||||||||||||||||
Driver Class Name | Enter the driver class name, which you will find in the driver documentation. For example, for MySQL, the driver name is: | ||||||||||||||||
System Defined | Read-only.
| ||||||||||||||||
Description | Optionally enter a description for the driver. |
Driver Class File
This section has a toolbar with standard buttons.
The grid lists the jar files for this driver class. Each database usually requires multiple jar files. To add a jar file to the list:
- Click
to open a the properties for a new Driver Class File Location.Insert excerpt _add _add nopanel true
(Driver Class File Location properties are only available from this grid. They are not listed in the repository.) In the Basic Settings section, set:
Field Description Name
Enter a unique name for the driver. Connector Jar File Location Specify the full path to the to the database directory and driver class jar file. For example:
- Linux:
/opt/phixflow-drivers/<driver.jar>
- Windows:
C:\opt\phixflow-drivers\<driver.jar>
The root Driver Class File Directory, must also be specified in System Configuration.
- Linux:
Click
to save and close the properties and return to the driver class properties.Insert excerpt _finish _finish nopanel true
To remove a jar file from the grid, use the toolbar button
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Using Drivers Across Multiple Instances
If you run multiple instances of PhixFlow, you must ensure that any custom driver classes you create:
- are exported and then imported to other instances
- have access to the database driver jar file from the other instances.
This ensures that all datasource objects that use the database driver continue to work on the other instances.
How PhixFlow Decides Which Driver to Use
PhixFlow is configured with a class path for finding drivers. This will use the first appropriate driver it finds in:
- The Connector Jar File Location configured for the driver classes file.
tomcat/webapps/phixflow/WEB-INF/lib
tomcat/lib
.
Note |
---|
In PhixFlow version 8.2 it is possible to use |
Deprecated Driver Classes
The repository includes the following, deprecated driver classes, for backwards compatibility.
- DB2
- Debug JDBC
- Google Big Query
- Hadoop Hive
- MySQL
- Netezza
- Sun ODBC Bridge
- Teradata
Note |
---|
These are drivers are read-only and do not connect to any database drivers. If you want to connect to one of these databases, we recommend you create a new driver class in which you can configure all the database drives needed. If you want to connect a preconfigured driver class to the appropriate JDBC database driver files, download and save them to |