Uses of Class
org.h2.engine.ConnectionInfo
Packages that use ConnectionInfo
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
Implementation of the Java Management Extension (JMX) features.
Authentication classes.
-
Uses of ConnectionInfo in org.h2.engine
Methods in org.h2.engine that return ConnectionInfoMethods in org.h2.engine with parameters of type ConnectionInfoModifier and TypeMethodDescriptionstatic SessionLocalEngine.createSession(ConnectionInfo ci) Open a database connection with the given connection information.Constructors in org.h2.engine with parameters of type ConnectionInfo -
Uses of ConnectionInfo in org.h2.jmx
Methods in org.h2.jmx with parameters of type ConnectionInfoModifier and TypeMethodDescriptionstatic voidDatabaseInfo.registerMBean(ConnectionInfo connectionInfo, Database database) Registers an MBean for the database. -
Uses of ConnectionInfo in org.h2.security.auth
Methods in org.h2.security.auth that return ConnectionInfoConstructors in org.h2.security.auth with parameters of type ConnectionInfo