public class TableLinkConnection
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
static TableLinkConnection |
open(java.util.HashMap<TableLinkConnection,TableLinkConnection> map,
java.lang.String driver,
java.lang.String url,
java.lang.String user,
java.lang.String password,
boolean shareLinkedConnections)
Open a new connection.
|
public static TableLinkConnection open(java.util.HashMap<TableLinkConnection,TableLinkConnection> map, java.lang.String driver, java.lang.String url, java.lang.String user, java.lang.String password, boolean shareLinkedConnections)
map - the map where the connection should be stored
(if shared connections are enabled).driver - the JDBC driver class nameurl - the database URLuser - the user namepassword - the passwordshareLinkedConnections - if connections should be sharedpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object