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

/libcore/luni/src/main/java/java/net/
H A DURL.java52 * <tr><td>{@link #getRef() Ref}</td><td>{@code ref}</td><td>fragment</td></tr>
171 context.getRef());
654 public String getRef() { method in class:URL
/libcore/luni/src/main/java/java/sql/
H A DCallableStatement.java531 public Ref getRef(int parameterIndex) throws SQLException; method in interface:CallableStatement
546 public Ref getRef(String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java829 public Ref getRef(int columnIndex) throws SQLException; method in interface:ResultSet
841 public Ref getRef(String colName) throws SQLException; method in interface:ResultSet

Completed in 148 milliseconds