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

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

Completed in 148 milliseconds