April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Outros métodos de DriverManager
npublic static Driver getDriver(String url) throws SQLException npublic static synchronized void registerDriver(Driver driver) throws SQLException npublic static void deregisterDriver(Driver driver) throws SQLException
npublic static Enumeration getDrivers()
n
npublic static void setLoginTimeout(int seconds)
npublic static void setLogWriter(PrintWriter out)
npublic static void println(String message2log)