Skip to content

qie.getDbConnectionUrl

Signature: qie.getDbConnectionUrl(connectionName)

Returns: String dbConnectionUrl - the database connection URL

Returns connection URL used by the connectionName.

Parameters

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

Example

var databaseConnectionUrl = qie.getDbConnectionUrl('EMR Database'); // e.g. 'jdbc:mariadb://localhost:3306/mydatabase'