Searched defs:getRef (Results 1 - 3 of 3) sorted by path

/libcore/luni/src/main/java/java/net/
H A DURL.java54 * <tr><td>{@link #getRef() Ref}</td><td>{@code ref}</td><td>fragment</td></tr>
173 context.getRef());
646 public String getRef() { method in class:URL
/libcore/luni/src/main/java/java/sql/
H A DCallableStatement.java532 public Ref getRef(int parameterIndex) throws SQLException; method in interface:CallableStatement
547 public Ref getRef(String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java831 public Ref getRef(int columnIndex) throws SQLException; method in interface:ResultSet
843 public Ref getRef(String colName) throws SQLException; method in interface:ResultSet

Completed in 670 milliseconds