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 TableLinkConnectionModifier and TypeFieldDescriptionprivate HashMap<TableLinkConnection, TableLinkConnection> Database.linkConnectionsprivate HashMap<TableLinkConnection, TableLinkConnection> Database.linkConnectionsMethods 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.mapThe map where the link is kept.private final HashMap<TableLinkConnection, TableLinkConnection> TableLinkConnection.mapThe map where the link is kept.Methods in org.h2.table that return TableLinkConnectionModifier and TypeMethodDescriptionstatic TableLinkConnectionTableLinkConnection.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 TableLinkConnectionTableLinkConnection.open(HashMap<TableLinkConnection, TableLinkConnection> map, String driver, String url, String user, String password, boolean shareLinkedConnections) Open a new connection.static TableLinkConnectionTableLinkConnection.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 TableLinkConnectionModifierConstructorDescriptionprivateTableLinkConnection(HashMap<TableLinkConnection, TableLinkConnection> map, String driver, String url, String user, String password) privateTableLinkConnection(HashMap<TableLinkConnection, TableLinkConnection> map, String driver, String url, String user, String password)