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 void
Engine.checkClustering
(ConnectionInfo ci, Database database) private void
SessionRemote.connectServer
(ConnectionInfo ci) static SessionLocal
Engine.createSession
(ConnectionInfo ci) Open a database connection with the given connection information.private Transfer
SessionRemote.initTransfer
(ConnectionInfo ci, String db, String server) private static SessionLocal
Engine.openSession
(ConnectionInfo ci) private static SessionLocal
Engine.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 void
DatabaseInfo.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 String
Upgrade.copyProperty
(ConnectionInfo ci, StringBuilder oldUrl, String name)