$CLI |
|
$CLI is the identifier of the H2 database connection that holds all your database connection settings, also known as the Connections Definition File (CDF) |
Commands |
|
BroadSQL supports 3 types of commands
- The SQL commands supported by your JDBC driver, like SELECT or INSERT
- The core commands shipped with all BroadSQL releases
- The custom commands that you develop or install for extending BroadSQL
|
Connections Definition File |
CDF |
A secure AES-256 encrypted H2 database that stores your database connection details |
Landscape |
|
Logical grouping name of databases. This allows you to identify the database connections per any grouping value you want |
Master Password |
|
This is the password of the CDF file. This password should be strong. |
User Connection Scripts |
UCS |
Scripts that execute automatically when the user opens a connection |