SHOW DRIVERS
Core command
SH DR
SHDR
List available JDBC drivers
Arguments
DETAILED (optional) if specified display more details
Examples
SHOW DRIVERS;
Notes
Lists the JDBC drivers available to BroadSQL: SHOW DRIVERS [DETAILED].
Scans every JAR file in the drivers and lib folders (relative to the current working directory) for classes implementing java.sql.Driver. By default, prints one summary row per driver (name, version, vendor); with the optional DETAILED argument, prints a full block per driver instead, including its JAR file and driver class name(s). Ends with the total number of drivers found.
This scan reads every JAR file under those two folders and can take a noticeable amount of time on a large installation.
Last modified in release 4.9.8.
BroadSQL