Lines Matching refs:Ref
48394 method public abstract java.sql.Ref getRef(int) throws java.sql.SQLException;
48395 method public abstract java.sql.Ref getRef(java.lang.String) throws java.sql.SQLException;
48902 method public abstract void setRef(int, java.sql.Ref) throws java.sql.SQLException;
48915 public abstract interface Ref {
48982 method public abstract java.sql.Ref getRef(int) throws java.sql.SQLException;
48983 method public abstract java.sql.Ref getRef(java.lang.String) throws java.sql.SQLException;
49094 method public abstract void updateRef(int, java.sql.Ref) throws java.sql.SQLException;
49095 …method public abstract void updateRef(java.lang.String, java.sql.Ref) throws java.sql.SQLException;
49242 method public abstract java.sql.Ref readRef() throws java.sql.SQLException;
49316 method public abstract void writeRef(java.sql.Ref) throws java.sql.SQLException;
55763 method public abstract void setRef(int, java.sql.Ref) throws java.sql.SQLException;