| Klasse java.sql.DriverManager | 1.1 |
java.lang.Object | +--java.sql.DriverManager
| Methoden | |
|---|---|
| public static synchronized void | deregisterDriver(Driver driver) |
| public static synchronized Connection | getConnection(String url) |
| public static synchronized Connection | getConnection(String url, Properties info) |
| public static synchronized Connection | getConnection(String url, String user, String password) |
| public static synchronized Driver | getDriver(String url) |
| public static synchronized Enumeration | getDrivers() |
| public static PrintStream | getLogStream()
Verworfen in Version 1.4. |
| public static PrintWriter | getLogWriter() ![]() |
| public static int | getLoginTimeout() |
| public static void | println(String message) |
| public static synchronized void | registerDriver(Driver driver) |
| public static synchronized void | setLogStream(PrintStream out)
Verworfen in Version 1.4. |
| public static void | setLogWriter(PrintWriter out) ![]() |
| public static void | setLoginTimeout(int seconds) |
![[1.2]](../../images/marg12.gif)
![[1.2]](../../images/marg12.gif)