-
Notifications
You must be signed in to change notification settings - Fork 16
database
Scott C Gray edited this page Feb 26, 2017
·
2 revisions
database
- Contains the connection's current database
The ${database}
variable will contain the name of the database
(or 'catalog' in JDBC terminology) of the current session if it connected
to a server. In addition, the database context of the current connection
can be changed by setting the ${database}
variable to the desired
database name.