Changed Methods |
void deregisterDriver(Driver )
|
Documentation changed from old to new. |
Drops a driver from the DriverManager 's list. |
PrintStream getLogStream()
|
Documentation changed from old to new. |
Retrieves the logging/tracing PrintStream that is used by the DriverManager and all drivers. |
PrintWriter getLogWriter()
|
Documentation changed from old to new. |
Retrieves the log writer. |
int getLoginTimeout()
|
Documentation changed from old to new. |
Gets the maximum time in seconds that a driver can wait when attempting to log in to a database. |
void println(String )
|
Changed from synchronized to non-synchronized.
|
Prints a message to the current JDBC log stream. |
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. Changed from synchronized to non-synchronized.
|
Sets the logging/tracing PrintWriter object that is used by the DriverManager and all drivers. |
void setLoginTimeout(int )
|
Documentation changed from old to new. |
Sets the maximum time in seconds that a driver will wait while attempting to connect to a database. |