Lines Matching refs:Ref
45863 method public abstract java.sql.Ref getRef(int) throws java.sql.SQLException;
45864 method public abstract java.sql.Ref getRef(java.lang.String) throws java.sql.SQLException;
46371 method public abstract void setRef(int, java.sql.Ref) throws java.sql.SQLException;
46384 public abstract interface Ref {
46451 method public abstract java.sql.Ref getRef(int) throws java.sql.SQLException;
46452 method public abstract java.sql.Ref getRef(java.lang.String) throws java.sql.SQLException;
46563 method public abstract void updateRef(int, java.sql.Ref) throws java.sql.SQLException;
46564 …method public abstract void updateRef(java.lang.String, java.sql.Ref) throws java.sql.SQLException;
46711 method public abstract java.sql.Ref readRef() throws java.sql.SQLException;
46785 method public abstract void writeRef(java.sql.Ref) throws java.sql.SQLException;
53232 method public abstract void setRef(int, java.sql.Ref) throws java.sql.SQLException;