pub const DB_JDBC_DRIVER_CLASSNAME: Key;
Expand description
The fully-qualified class name of the Java Database Connectivity (JDBC) driver used to connect.
Examples
org.postgresql.Driver
com.microsoft.sqlserver.jdbc.SQLServerDriver
pub const DB_JDBC_DRIVER_CLASSNAME: Key;
The fully-qualified class name of the Java Database Connectivity (JDBC) driver used to connect.
org.postgresql.Driver
com.microsoft.sqlserver.jdbc.SQLServerDriver