Lines Matching refs:Ref
59829 method public abstract java.sql.Ref getRef(int) throws java.sql.SQLException;
59830 method public abstract java.sql.Ref getRef(java.lang.String) throws java.sql.SQLException;
60337 method public abstract void setRef(int, java.sql.Ref) throws java.sql.SQLException;
60350 public abstract interface Ref {
60417 method public abstract java.sql.Ref getRef(int) throws java.sql.SQLException;
60418 method public abstract java.sql.Ref getRef(java.lang.String) throws java.sql.SQLException;
60529 method public abstract void updateRef(int, java.sql.Ref) throws java.sql.SQLException;
60530 …method public abstract void updateRef(java.lang.String, java.sql.Ref) throws java.sql.SQLException;
60677 method public abstract java.sql.Ref readRef() throws java.sql.SQLException;
60751 method public abstract void writeRef(java.sql.Ref) throws java.sql.SQLException;
70167 method public abstract void setRef(int, java.sql.Ref) throws java.sql.SQLException;