Package org.h2.server.web
Class ConnectionInfo
java.lang.Object
org.h2.server.web.ConnectionInfo
- All Implemented Interfaces:
Comparable<ConnectionInfo>
The connection info object is a wrapper for database connection information
such as the database URL, user name and password.
This class is used by the H2 Console.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
driver
The driver class name. -
url
The database URL. -
user
The user name.
-
-
Constructor Details
-
ConnectionInfo
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<ConnectionInfo>
-