Searched defs:getConnection (Results 1 – 8 of 8) sorted by relevance
64 public Connection getConnection() throws SQLException; in getConnection() method80 public Connection getConnection(String theUsername, String thePassword) in getConnection() method
38 public Connection getConnection() throws SQLException; in getConnection() method
97 public Connection getConnection() throws SQLException; in getConnection() method
143 public static Connection getConnection(String url) throws SQLException { in getConnection() method in DriverManager165 public static Connection getConnection(String url, Properties info) throws SQLException { in getConnection() method in DriverManager204 public static Connection getConnection(String url, String user, String password) in getConnection() method in DriverManager
359 public Connection getConnection() throws SQLException; in getConnection() method
748 public Connection getConnection() throws SQLException; in getConnection() method
75 public static Connection getConnection() throws SQLException { in getConnection() method in Support_SQL85 public static Connection getConnection(String url, String login, in getConnection() method in Support_SQL
54 public Connection getConnection() throws SQLException { in getConnection() method in OldConnectionEventTest.Impl_PooledConnection