Skip to content

JDBC Connection

olitank edited this page Nov 28, 2025 · 1 revision

Allows to specify the properties of a database connection.

General

Name

Name of the connection.

Driver Class

Name of the class acting as the JDBC driver.

URL

The string that the JDBC driver uses to properly identify and connect to the database.

User Name

The login associated with the assigned account on the database.

Password

The password associated with the assigned account on the database.

Note

Free text to document the connection.

Clone this wiki locally