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 ConnectionInfo
SessionRemote. connectionInfo
Methods in org.h2.engine that return ConnectionInfo Modifier and Type Method Description ConnectionInfo
ConnectionInfo. clone()
Methods in org.h2.engine with parameters of type ConnectionInfo Modifier and Type Method Description private 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, java.lang.String db, java.lang.String server)
private static SessionLocal
Engine. openSession(ConnectionInfo ci)
private static SessionLocal
Engine. 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 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 ConnectionInfo Modifier and Type Field Description private ConnectionInfo
AuthenticationInfo. connectionInfo
Methods in org.h2.security.auth that return ConnectionInfo Modifier and Type Method Description ConnectionInfo
AuthenticationInfo. 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.String
Upgrade. copyProperty(ConnectionInfo ci, java.lang.StringBuilder oldUrl, java.lang.String name)
-