Uses of Class
org.h2.engine.ConnectionInfo
-
Packages that use ConnectionInfo Package Description org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package.org.h2.jmx Implementation of the Java Management Extension (JMX) features.org.h2.security.auth Authentication classes.org.h2.tools Various tools. -
-
Uses of ConnectionInfo in org.h2.engine
Fields in org.h2.engine declared as ConnectionInfo Modifier and Type Field Description private ConnectionInfoSessionRemote. connectionInfoMethods in org.h2.engine that return ConnectionInfo Modifier and Type Method Description ConnectionInfoConnectionInfo. clone()Methods in org.h2.engine with parameters of type ConnectionInfo Modifier and Type Method Description private 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, java.lang.String db, java.lang.String server)private static SessionLocalEngine. openSession(ConnectionInfo ci)private static SessionLocalEngine. openSession(ConnectionInfo ci, boolean ifExists, boolean forbidCreation, java.lang.String cipher)Constructors in org.h2.engine with parameters of type ConnectionInfo Constructor Description Database(ConnectionInfo ci, java.lang.String cipher)SessionRemote(ConnectionInfo ci) -
Uses of ConnectionInfo in org.h2.jmx
Methods in org.h2.jmx with parameters of type ConnectionInfo Modifier and Type Method Description static 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 ConnectionInfo Modifier and Type Field Description private ConnectionInfoAuthenticationInfo. connectionInfoMethods in org.h2.security.auth that return ConnectionInfo Modifier and Type Method Description ConnectionInfoAuthenticationInfo. getConnectionInfo()Constructors in org.h2.security.auth with parameters of type ConnectionInfo Constructor Description AuthenticationInfo(ConnectionInfo connectionInfo) -
Uses of ConnectionInfo in org.h2.tools
Methods in org.h2.tools with parameters of type ConnectionInfo Modifier and Type Method Description private static java.lang.StringUpgrade. copyProperty(ConnectionInfo ci, java.lang.StringBuilder oldUrl, java.lang.String name)
-