JavaScript is disabled on your browser.
H2 Database Engine 1.4.197.redhat-00001
All Implemented Interfaces:
Comparable <ConnectionInfo >
public class ConnectionInfo
extends Object
implements 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.
Method Summary
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Field Detail
driver
public String driver
The driver class name.
url
public String url
The database URL.
user
public String user
The user name.
H2 Database Engine 1.4.197.redhat-00001
Copyright © 2020 JBoss by Red Hat . All rights reserved.