Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/net/
DURL.java654 public String getRef() { in getRef() method in URL
/libcore/luni/src/main/java/java/sql/
DCallableStatement.java531 public Ref getRef(int parameterIndex) throws SQLException; in getRef() method
546 public Ref getRef(String parameterName) throws SQLException; in getRef() method
DResultSet.java829 public Ref getRef(int columnIndex) throws SQLException; in getRef() method
841 public Ref getRef(String colName) throws SQLException; in getRef() method