< prev index next >

src/java.sql/share/classes/java/sql/SQLWarning.java

Print this page

        

*** 39,48 **** --- 39,49 ---- * closes a result set that it might have produced. * * @see Connection#getWarnings * @see Statement#getWarnings * @see ResultSet#getWarnings + * @since 1.1 */ public class SQLWarning extends SQLException { /** * Constructs a <code>SQLWarning</code> object
< prev index next >