Home
last modified time | relevance | path

Searched defs:getConnection (Results 1 – 11 of 11) sorted by relevance

/dalvik/libcore/sql/src/main/java/javax/sql/
DDataSource.java64 public Connection getConnection() throws SQLException; in getConnection() method
80 public Connection getConnection(String theUsername, String thePassword) in getConnection() method
DRowSetInternal.java38 public Connection getConnection() throws SQLException; in getConnection() method
DPooledConnection.java97 public Connection getConnection() throws SQLException; in getConnection() method
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_PooledConnection.java32 public Connection getConnection() throws SQLException { in getConnection() method in Impl_PooledConnection
/dalvik/libcore/sql/src/test/java/tests/support/
DSupport_SQL.java73 public static Connection getConnection() throws SQLException { in getConnection() method in Support_SQL
78 public static Connection getConnection(String url, String login, in getConnection() method in Support_SQL
/dalvik/libcore/sql/src/main/java/java/sql/
DDriverManager.java153 public static Connection getConnection(String url) throws SQLException { in getConnection() method in DriverManager
175 public static Connection getConnection(String url, Properties info) in getConnection() method in DriverManager
217 public static Connection getConnection(String url, String user, in getConnection() method in DriverManager
DStatement.java359 public Connection getConnection() throws SQLException; in getConnection() method
DDatabaseMetaData.java681 public Connection getConnection() throws SQLException; in getConnection() method
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
DHttpConnectionManager.java64 public HttpConnection getConnection(URI uri, int connectTimeout) throws IOException { in getConnection() method in HttpConnectionManager
70 … public HttpConnection getConnection(URI uri, Proxy proxy, int connectTimeout) throws IOException { in getConnection() method in HttpConnectionManager
/dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
DJDBCStatement.java156 public Connection getConnection() throws SQLException { in getConnection() method in JDBCStatement
DJDBCDatabaseMetaData.java1384 public Connection getConnection() throws SQLException { in getConnection() method in JDBCDatabaseMetaData