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.
Various tools.
-
Uses of ConnectionInfo in org.h2.engine
Fields in org.h2.engine declared as ConnectionInfoMethods in org.h2.engine that return ConnectionInfoMethods in org.h2.engine with parameters of type ConnectionInfoModifier and TypeMethodDescriptionprivate static voidEngine.checkClustering(ConnectionInfo ci, Database database) private voidSessionRemote.connectServer(ConnectionInfo ci) static SessionLocalEngine.createSession(ConnectionInfo ci) Open a database connection with the given connection information.private TransferSessionRemote.initTransfer(ConnectionInfo ci, String db, String server) private static SessionLocalEngine.openSession(ConnectionInfo ci) private static SessionLocalEngine.openSession(ConnectionInfo ci, boolean ifExists, boolean forbidCreation, String cipher) 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
Fields in org.h2.security.auth declared as ConnectionInfoMethods in org.h2.security.auth that return ConnectionInfoConstructors in org.h2.security.auth with parameters of type ConnectionInfo -
Uses of ConnectionInfo in org.h2.tools
Methods in org.h2.tools with parameters of type ConnectionInfoModifier and TypeMethodDescriptionprivate static StringUpgrade.copyProperty(ConnectionInfo ci, StringBuilder oldUrl, String name)