Skip to content

qie.getDbDriverClass

Signature: qie.getDbDriverClass(connectionName)

Returns: String dbDriverClass - the database driver

Returns the driver used by the connectionName.

Parameters

Type Name Description Default
String connectionName the name of the database connection

Example

var databaseConnectionDriver = qie.getDbDriverClass('EMR Database'); // e.g. 'org.mariadb.jdbc.Driver'