Справочник по Python

Сводка методов класса



Сводка методов класса

public class DriverManager { static void deregisterDriver(Driver driver)

throws SQLException;

static public synchronized Connection getConnection(String url, Properties info) throws SQLException;

static public synchronized Connection getConnection(String url, String user, String password) throws SQLException;

static public synchronized Connection getConnection(String url) throws SQLException;

static public Driver getDriver(String url) throws SQLException;

static public Enumeration getDrivers();

static public int getLoginTimeout();

#static public PrintStrean getLogStream();

static public PrintWriter getLogWriter();

static public void println(String message);

static public synchronized void registerDriver(Driver driver)

throws SQLException;

#static public void setl_ogStream(PrintStream out);

static public void setl_ogWriter(PrintWriter out);



Содержание раздела