Lines Matching refs:Ref
62469 method public abstract java.sql.Ref getRef(int) throws java.sql.SQLException;
62470 method public abstract java.sql.Ref getRef(java.lang.String) throws java.sql.SQLException;
62977 method public abstract void setRef(int, java.sql.Ref) throws java.sql.SQLException;
62990 public abstract interface Ref {
63057 method public abstract java.sql.Ref getRef(int) throws java.sql.SQLException;
63058 method public abstract java.sql.Ref getRef(java.lang.String) throws java.sql.SQLException;
63169 method public abstract void updateRef(int, java.sql.Ref) throws java.sql.SQLException;
63170 …method public abstract void updateRef(java.lang.String, java.sql.Ref) throws java.sql.SQLException;
63317 method public abstract java.sql.Ref readRef() throws java.sql.SQLException;
63391 method public abstract void writeRef(java.sql.Ref) throws java.sql.SQLException;
72884 method public abstract void setRef(int, java.sql.Ref) throws java.sql.SQLException;