Home
last modified time | relevance | path

Searched refs:theURL (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/sql/
DSQLOutput.java292 public void writeURL(URL theURL) throws SQLException; in writeURL() argument
DPreparedStatement.java691 public void setURL(int parameterIndex, URL theURL) throws SQLException; in setURL() argument
DCallableStatement.java1372 public void setURL(String parameterName, URL theURL) throws SQLException; in setURL() argument
/libcore/luni/src/main/java/javax/sql/
DRowSet.java1790 public void setUrl(String theURL) throws SQLException; in setUrl() argument
1805 public void setURL(int parameterIndex, URL theURL) throws SQLException; in setURL() argument