Loading...
Select on the wrench icon next to the Driver text field. A new dialog will appear:
From this dialog you can add/modify/remove the default drivers that will show up in the drop-down menu in Database Reader/Writer connectors. The following properties are used:
Column | Required | Description |
---|---|---|
Name | Yes | The name of the driver entry. This will appear in the drop-down menu for the Database Reader/Writer connectors. |
Driver Class | Yes | The fully-qualified Java class name for the JDBC driver. |
JDBC URL Template | Yes | The template for the JDBC connection URL that can be auto-populated from the Database Reader/Writer settings. |
Select with Limit Query | No | A select query (with limit 1) that can be used to retrieve column metadata. If empty the driver-specific generic query will be used, which could be slow. |
Legacy Driver Classes | No | A comma-separated list of alternate or legacy JDBC driver class names. Any Database Reader/Writer connector using one of these driver classes will have the corresponding entry selected in the Driver drop-down menu. The driver will be updated to the primary value if you select the entry from the drop-down menu again. |