Uses of Class
org.h2.util.NetworkConnectionInfo
Packages that use NetworkConnectionInfo
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
The H2 Console tool.
Internal utility classes.
-
Uses of NetworkConnectionInfo in org.h2.engine
Fields in org.h2.engine declared as NetworkConnectionInfoModifier and TypeFieldDescriptionprivate NetworkConnectionInfoConnectionInfo.networkConnectionInfoprivate NetworkConnectionInfoSessionLocal.networkConnectionInfoMethods in org.h2.engine that return NetworkConnectionInfoModifier and TypeMethodDescriptionConnectionInfo.getNetworkConnectionInfo()Returns the network connection information, ornull.SessionLocal.getNetworkConnectionInfo()Returns the network connection information, ornull.Methods in org.h2.engine with parameters of type NetworkConnectionInfoModifier and TypeMethodDescription(package private) SessionLocalDatabase.createSession(User user, NetworkConnectionInfo networkConnectionInfo) Create a session for the given user.voidConnectionInfo.setNetworkConnectionInfo(NetworkConnectionInfo networkConnectionInfo) Sets the network connection information.abstract voidSession.setNetworkConnectionInfo(NetworkConnectionInfo networkConnectionInfo) Sets the network connection information if possible.voidSessionLocal.setNetworkConnectionInfo(NetworkConnectionInfo networkConnectionInfo) voidSessionRemote.setNetworkConnectionInfo(NetworkConnectionInfo networkConnectionInfo) -
Uses of NetworkConnectionInfo in org.h2.server.web
Methods in org.h2.server.web with parameters of type NetworkConnectionInfoModifier and TypeMethodDescription(package private) ConnectionWebServer.getConnection(String driver, String databaseUrl, String user, String password, String userKey, NetworkConnectionInfo networkConnectionInfo) Open a database connection.private StringWebApp.login(NetworkConnectionInfo networkConnectionInfo) private StringWebApp.process(String file, NetworkConnectionInfo networkConnectionInfo) (package private) StringWebApp.processRequest(String file, NetworkConnectionInfo networkConnectionInfo) Process an HTTP request.private StringWebApp.test(NetworkConnectionInfo networkConnectionInfo) -
Uses of NetworkConnectionInfo in org.h2.util
Methods in org.h2.util with parameters of type NetworkConnectionInfoModifier and TypeMethodDescriptionstatic ConnectionJdbcUtils.getConnection(String driver, String url, String user, String password, NetworkConnectionInfo networkConnectionInfo, boolean forbidCreation) Open a new database connection with the given settings.