Uses of Class
org.h2.util.NetworkConnectionInfo
-
Packages that use NetworkConnectionInfo Package Description org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package.org.h2.server.web The H2 Console tool.org.h2.util Internal utility classes. -
-
Uses of NetworkConnectionInfo in org.h2.engine
Fields in org.h2.engine declared as NetworkConnectionInfo Modifier and Type Field Description private NetworkConnectionInfoConnectionInfo. networkConnectionInfoprivate NetworkConnectionInfoSessionLocal. networkConnectionInfoMethods in org.h2.engine that return NetworkConnectionInfo Modifier and Type Method Description NetworkConnectionInfoConnectionInfo. getNetworkConnectionInfo()Returns the network connection information, ornull.NetworkConnectionInfoSessionLocal. getNetworkConnectionInfo()Returns the network connection information, ornull.Methods in org.h2.engine with parameters of type NetworkConnectionInfo Modifier and Type Method Description (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 NetworkConnectionInfo Modifier and Type Method Description (package private) java.sql.ConnectionWebServer. getConnection(java.lang.String driver, java.lang.String databaseUrl, java.lang.String user, java.lang.String password, java.lang.String userKey, NetworkConnectionInfo networkConnectionInfo)Open a database connection.private java.lang.StringWebApp. login(NetworkConnectionInfo networkConnectionInfo)private java.lang.StringWebApp. process(java.lang.String file, NetworkConnectionInfo networkConnectionInfo)(package private) java.lang.StringWebApp. processRequest(java.lang.String file, NetworkConnectionInfo networkConnectionInfo)Process an HTTP request.private java.lang.StringWebApp. test(NetworkConnectionInfo networkConnectionInfo) -
Uses of NetworkConnectionInfo in org.h2.util
Methods in org.h2.util with parameters of type NetworkConnectionInfo Modifier and Type Method Description static java.sql.ConnectionJdbcUtils. getConnection(java.lang.String driver, java.lang.String url, java.lang.String user, java.lang.String password, NetworkConnectionInfo networkConnectionInfo, boolean forbidCreation)Open a new database connection with the given settings.
-