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.
Internal utility classes.
-
Uses of NetworkConnectionInfo in org.h2.engine
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 TypeMethodDescriptionvoidConnectionInfo.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.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.