Lines Matching refs:Ref
67284 method public java.sql.Ref getRef(int) throws java.sql.SQLException;
67285 method public java.sql.Ref getRef(String) throws java.sql.SQLException;
67790 method public void setRef(int, java.sql.Ref) throws java.sql.SQLException;
67803 public interface Ref {
67870 method public java.sql.Ref getRef(int) throws java.sql.SQLException;
67871 method public java.sql.Ref getRef(String) throws java.sql.SQLException;
67982 method public void updateRef(int, java.sql.Ref) throws java.sql.SQLException;
67983 method public void updateRef(String, java.sql.Ref) throws java.sql.SQLException;
68128 method public java.sql.Ref readRef() throws java.sql.SQLException;
68202 method public void writeRef(java.sql.Ref) throws java.sql.SQLException;
77697 method public void setRef(int, java.sql.Ref) throws java.sql.SQLException;