Generated by
JDiff

Class java.sql.DriverManager

Documentation changed from old to new.

Changed Methods
void deregisterDriver(Driver) Documentation changed from old to new.
Drops a Driver from the DriverManager's list.
Driver getDriver(String) Documentation changed from old to new.
Attempts to locate a driver that understands the given URL.
PrintStream getLogStream() Documentation changed from old to new.
Gets the logging/tracing PrintStream that is used by the DriverManager and all drivers.
PrintWriter getLogWriter() Documentation changed from old to new.
Gets the log writer.
void registerDriver(Driver) Documentation changed from old to new.
Registers the given driver with the DriverManager.
void setLogStream(PrintStream) Documentation changed from old to new.
Sets the logging/tracing PrintStream that is used by the DriverManager and all drivers.
void setLogWriter(PrintWriter) Documentation changed from old to new.
Sets the logging/tracing PrintWriter object that is used by the DriverManager and all drivers.
Connection getConnection(String) Documentation changed from old to new.
Attempts to establish a connection to the given database URL.
Connection getConnection(String, String, String) Documentation changed from old to new.
Attempts to establish a connection to the given database URL.
Connection getConnection(String, Properties) Documentation changed from old to new.
Attempts to establish a connection to the given database URL.