ConnectionInfo variables

A variable of type ConnectionInfo provides access to information about the database connection for the current project. It has the following variables:

Name Type Description
driver String scalar The JDBC driver for the connection.
url String scalar The JDBC connection url.
user String scalar The user name used to open the connection.
password String scalar The password for the user.

Related tasks

Setting the project connection