Lines Matching refs:Ref
67140 method public java.sql.Ref getRef(int) throws java.sql.SQLException;
67141 method public java.sql.Ref getRef(String) throws java.sql.SQLException;
67646 method public void setRef(int, java.sql.Ref) throws java.sql.SQLException;
67659 public interface Ref {
67726 method public java.sql.Ref getRef(int) throws java.sql.SQLException;
67727 method public java.sql.Ref getRef(String) throws java.sql.SQLException;
67838 method public void updateRef(int, java.sql.Ref) throws java.sql.SQLException;
67839 method public void updateRef(String, java.sql.Ref) throws java.sql.SQLException;
67984 method public java.sql.Ref readRef() throws java.sql.SQLException;
68058 method public void writeRef(java.sql.Ref) throws java.sql.SQLException;
77553 method public void setRef(int, java.sql.Ref) throws java.sql.SQLException;