"Lance J. Andersen" <[EMAIL PROTECTED]> writes: > We clarified this in JDBC 4 spec > > > Once a ResultSet has been closed, any attempt to access any of its > methods with > the exception of the isClosed method will result in a SQLException being > thrown. ResultSetMetaData instances that were created by a ResultSet that > has been closed are still accessible.
Thanks, Lance! I'll go through all the ResultSet methods and file a JIRA. Does the same apply for Statement? I didn't see a similar comment about Statement objects in the spec. -- Knut Anders
