Uses of Class
org.h2.server.web.ConnectionInfo
Packages that use ConnectionInfo
-
Uses of ConnectionInfo in org.h2.server.web
Classes in org.h2.server.web that implement interfaces with type arguments of type ConnectionInfoModifier and TypeClassDescriptionclassThe connection info object is a wrapper for database connection information such as the database URL, user name and password.Fields in org.h2.server.web with type parameters of type ConnectionInfoModifier and TypeFieldDescriptionprivate final HashMap<String, ConnectionInfo> WebServer.connInfoMapMethods in org.h2.server.web that return ConnectionInfoModifier and TypeMethodDescription(package private) ConnectionInfoWebServer.getSetting(String name) Get the connection information for this setting.Methods in org.h2.server.web that return types with arguments of type ConnectionInfoModifier and TypeMethodDescription(package private) ArrayList<ConnectionInfo> WebServer.getSettings()Get the list of connection info objects.Methods in org.h2.server.web with parameters of type ConnectionInfoModifier and TypeMethodDescriptionintConnectionInfo.compareTo(ConnectionInfo o) (package private) voidWebServer.updateSetting(ConnectionInfo info) Update a connection information setting.