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
Methods 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
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.