Lines Matching refs:Ref
63737 method public abstract java.sql.Ref getRef(int) throws java.sql.SQLException;
63738 method public abstract java.sql.Ref getRef(java.lang.String) throws java.sql.SQLException;
64245 method public abstract void setRef(int, java.sql.Ref) throws java.sql.SQLException;
64258 public abstract interface Ref {
64325 method public abstract java.sql.Ref getRef(int) throws java.sql.SQLException;
64326 method public abstract java.sql.Ref getRef(java.lang.String) throws java.sql.SQLException;
64437 method public abstract void updateRef(int, java.sql.Ref) throws java.sql.SQLException;
64438 …method public abstract void updateRef(java.lang.String, java.sql.Ref) throws java.sql.SQLException;
64585 method public abstract java.sql.Ref readRef() throws java.sql.SQLException;
64659 method public abstract void writeRef(java.sql.Ref) throws java.sql.SQLException;
74075 method public abstract void setRef(int, java.sql.Ref) throws java.sql.SQLException;