Lines Matching refs:Ref
65776 method public java.sql.Ref getRef(int) throws java.sql.SQLException;
65777 method public java.sql.Ref getRef(String) throws java.sql.SQLException;
66282 method public void setRef(int, java.sql.Ref) throws java.sql.SQLException;
66295 public interface Ref {
66362 method public java.sql.Ref getRef(int) throws java.sql.SQLException;
66363 method public java.sql.Ref getRef(String) throws java.sql.SQLException;
66474 method public void updateRef(int, java.sql.Ref) throws java.sql.SQLException;
66475 method public void updateRef(String, java.sql.Ref) throws java.sql.SQLException;
66620 method public java.sql.Ref readRef() throws java.sql.SQLException;
66694 method public void writeRef(java.sql.Ref) throws java.sql.SQLException;
76123 method public void setRef(int, java.sql.Ref) throws java.sql.SQLException;