Searched refs:Ref (Results 1 – 8 of 8) sorted by relevance
36 public interface Ref { interface
255 public Ref readRef() throws SQLException; in readRef()
237 public void writeRef(Ref theRef) throws SQLException; in writeRef()
829 public Ref getRef(int columnIndex) throws SQLException; in getRef()841 public Ref getRef(String colName) throws SQLException; in getRef()1811 public void updateRef(int columnIndex, Ref x) throws SQLException; in updateRef()1824 public void updateRef(String columnName, Ref x) throws SQLException; in updateRef()
531 public Ref getRef(int parameterIndex) throws SQLException; in getRef()546 public Ref getRef(String parameterName) throws SQLException; in getRef()
541 public void setRef(int parameterIndex, Ref theRef) throws SQLException; in setRef()
29 import java.sql.Ref;1468 public void setRef(int parameterIndex, Ref theRef) throws SQLException; in setRef()
31 import java.sql.Ref;2197 Ref mock = new MockRef(); in testSetRef()2263 private class MockRef implements Ref {