dbdriver export

The dbdriver export command exports a JDBC driver definition to a JSON file. It does not export driver files, only the driver definition created in Management Console.

Usage

dbdriver export --n DriverName --o OutputDirectory
RequiredArgumentDescription
Yes--n DriverNameSpecifies the name of the database driver you want to export. If the driver name contains spaces, enclose the name in quotes.
Tip: If you are unsure of the driver name you can use the dbdriver list command to get a list of the driver names.
No--o OutputDirectorySpecifies the directory to which you want to export the database driver. The path you specify here is relative to the directory where you are running the Administration Utility. If you omit this argument, the database driver is exported to the directory containing the Administration Utility.

Example

This example exports the database driver named "My Driver" to a folder named exported which is a subfolder in the location where you have installed the Administration Utility.

dbdriver export --n "My Driver" --o exported