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 NetworkConnectionInfo
ConnectionInfo.networkConnectionInfo
private NetworkConnectionInfo
SessionLocal.networkConnectionInfo
Methods 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) SessionLocal
Database.createSession
(User user, NetworkConnectionInfo networkConnectionInfo) Create a session for the given user.void
ConnectionInfo.setNetworkConnectionInfo
(NetworkConnectionInfo networkConnectionInfo) Sets the network connection information.abstract void
Session.setNetworkConnectionInfo
(NetworkConnectionInfo networkConnectionInfo) Sets the network connection information if possible.void
SessionLocal.setNetworkConnectionInfo
(NetworkConnectionInfo networkConnectionInfo) void
SessionRemote.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) Connection
WebServer.getConnection
(String driver, String databaseUrl, String user, String password, String userKey, NetworkConnectionInfo networkConnectionInfo) Open a database connection.private String
WebApp.login
(NetworkConnectionInfo networkConnectionInfo) private String
WebApp.process
(String file, NetworkConnectionInfo networkConnectionInfo) (package private) String
WebApp.processRequest
(String file, NetworkConnectionInfo networkConnectionInfo) Process an HTTP request.private String
WebApp.test
(NetworkConnectionInfo networkConnectionInfo) -
Uses of NetworkConnectionInfo in org.h2.util
Methods in org.h2.util with parameters of type NetworkConnectionInfoModifier and TypeMethodDescriptionstatic Connection
JdbcUtils.getConnection
(String driver, String url, String user, String password, NetworkConnectionInfo networkConnectionInfo, boolean forbidCreation) Open a new database connection with the given settings.