Uses of Class
org.h2.table.TableLinkConnection
Packages that use TableLinkConnection
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
Classes related to a table and table meta data.
-
Uses of TableLinkConnection in org.h2.engine
Fields in org.h2.engine with type parameters of type TableLinkConnectionMethods in org.h2.engine that return TableLinkConnectionModifier and TypeMethodDescriptionDatabase.getLinkConnection
(String driver, String url, String user, String password) Open a new connection or get an existing connection to another database. -
Uses of TableLinkConnection in org.h2.table
Fields in org.h2.table declared as TableLinkConnectionFields in org.h2.table with type parameters of type TableLinkConnectionModifier and TypeFieldDescriptionprivate final HashMap
<TableLinkConnection, TableLinkConnection> TableLinkConnection.map
The map where the link is kept.private final HashMap
<TableLinkConnection, TableLinkConnection> TableLinkConnection.map
The map where the link is kept.Methods in org.h2.table that return TableLinkConnectionModifier and TypeMethodDescriptionstatic TableLinkConnection
TableLinkConnection.open
(HashMap<TableLinkConnection, TableLinkConnection> map, String driver, String url, String user, String password, boolean shareLinkedConnections) Open a new connection.Method parameters in org.h2.table with type arguments of type TableLinkConnectionModifier and TypeMethodDescriptionstatic TableLinkConnection
TableLinkConnection.open
(HashMap<TableLinkConnection, TableLinkConnection> map, String driver, String url, String user, String password, boolean shareLinkedConnections) Open a new connection.static TableLinkConnection
TableLinkConnection.open
(HashMap<TableLinkConnection, TableLinkConnection> map, String driver, String url, String user, String password, boolean shareLinkedConnections) Open a new connection.Constructor parameters in org.h2.table with type arguments of type TableLinkConnectionModifierConstructorDescriptionprivate
TableLinkConnection
(HashMap<TableLinkConnection, TableLinkConnection> map, String driver, String url, String user, String password) private
TableLinkConnection
(HashMap<TableLinkConnection, TableLinkConnection> map, String driver, String url, String user, String password)