Methods Summary |
---|
public java.lang.Object | clone()PUBLIC:
Must be cloneable.
|
public java.sql.Connection | connect(java.util.Properties properties)PUBLIC:
Connect with the specified properties and return the Connection .
The properties are driver-specific; but usually contain the "user"
and "password" . Additional
properties can be built by using JDBCLogin.setProperty(String propertyName,
Object propertyValue) .
|
public java.lang.String | getConnectionDetails()PUBLIC:
Provide the details of my connection information. This is primarily for JMX runtime services.
|
public void | toString(java.io.PrintWriter writer)PUBLIC:
Print something useful on the log. This information will be displayed
on the TopLink log (by default System.out ) at login.
See the other implementations of this method for examples.
|