Home
last modified time | relevance | path

Searched defs:getURL (Results 1 – 5 of 5) sorted by relevance

/libcore/support/src/test/java/tests/support/resource/
DSupport_Resources.java59 public static String getURL(String name) { in getURL() method in Support_Resources
/libcore/luni/src/main/java/java/net/
DURLConnection.java655 public URL getURL() { in getURL() method in URLConnection
/libcore/luni/src/main/java/java/sql/
DCallableStatement.java763 public URL getURL(int parameterIndex) throws SQLException; in getURL() method
778 public URL getURL(String parameterName) throws SQLException; in getURL() method
DResultSet.java1087 public URL getURL(int columnIndex) throws SQLException; in getURL() method
1099 public URL getURL(String columnName) throws SQLException; in getURL() method
DDatabaseMetaData.java2045 public String getURL() throws SQLException; in getURL() method