Lines Matching refs:Ref
39460 method public abstract java.sql.Ref getRef(int) throws java.sql.SQLException;
39461 method public abstract java.sql.Ref getRef(java.lang.String) throws java.sql.SQLException;
39968 method public abstract void setRef(int, java.sql.Ref) throws java.sql.SQLException;
39981 public abstract interface Ref {
40048 method public abstract java.sql.Ref getRef(int) throws java.sql.SQLException;
40049 method public abstract java.sql.Ref getRef(java.lang.String) throws java.sql.SQLException;
40160 method public abstract void updateRef(int, java.sql.Ref) throws java.sql.SQLException;
40161 …method public abstract void updateRef(java.lang.String, java.sql.Ref) throws java.sql.SQLException;
40308 method public abstract java.sql.Ref readRef() throws java.sql.SQLException;
40382 method public abstract void writeRef(java.sql.Ref) throws java.sql.SQLException;
46433 method public abstract void setRef(int, java.sql.Ref) throws java.sql.SQLException;