-
Notifications
You must be signed in to change notification settings - Fork 0
JDBC Connection
olitank edited this page Nov 28, 2025
·
1 revision
Allows to specify the properties of a database connection.
Name of the connection.
Name of the class acting as the JDBC driver.
The string that the JDBC driver uses to properly identify and connect to the database.
The login associated with the assigned account on the database.
The password associated with the assigned account on the database.
Free text to document the connection.