Generated by
JDiff

Interface java.sql.ResultSet

Added Methods
URL getURL(int) Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
URL getURL(String) Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
void updateArray(int, Array) Updates the designated column with a java.sql.Array value.
void updateArray(String, Array) Updates the designated column with a java.sql.Array value.
void updateBlob(int, Blob) Updates the designated column with a java.sql.Blob value.
void updateBlob(String, Blob) Updates the designated column with a java.sql.Blob value.
void updateClob(int, Clob) Updates the designated column with a java.sql.Clob value.
void updateClob(String, Clob) Updates the designated column with a java.sql.Clob value.
void updateRef(int, Ref) Updates the designated column with a java.sql.Ref value.
void updateRef(String, Ref) Updates the designated column with a java.sql.Ref value.
 

Added Fields
int CLOSE_CURSORS_AT_COMMIT The constant indicating that ResultSet objects should be closed when the method Connection.commit is called.
int HOLD_CURSORS_OVER_COMMIT The constant indicating that ResultSet objects should not be closed when the method Connection.commit is called.