Searched refs:Ref (Results 1 – 8 of 8) sorted by relevance
54 public interface Ref { interface
294 Ref readRef() throws SQLException; in readRef()
302 void writeRef(Ref x) throws SQLException; in writeRef()
448 Ref getRef (int parameterIndex) throws SQLException; in getRef()1617 Ref getRef (String parameterName) throws SQLException; in getRef()
542 void setRef (int parameterIndex, Ref x) throws SQLException; in setRef()
1408 void setRef (int i, Ref x) throws SQLException; in setRef()
31 import java.sql.Ref;2195 Ref mock = new MockRef(); in testSetRef()2261 private class MockRef implements Ref {
711 "ojluni/src/main/java/java/sql/Ref.java",