src/share/classes/javax/sql/rowset/RowSetWarning.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 33,43 **** * Warnings are silently chained to the object whose method call * caused it to be reported. * This class complements the <code>SQLWarning</code> class. * <P> * Rowset warnings may be retrieved from <code>JdbcRowSet</code>, ! * <code>CachedRowSet</code><sup><font size=-2>TM</font></sup>, * <code>WebRowSet</code>, <code>FilteredRowSet</code>, or <code>JoinRowSet</code> * implementations. To retrieve the first warning reported on any * <code>RowSet</code> * implementation, use the method <code>getRowSetWarnings</code> defined * in the <code>JdbcRowSet</code> interface or the <code>CachedRowSet</code> --- 33,43 ---- * Warnings are silently chained to the object whose method call * caused it to be reported. * This class complements the <code>SQLWarning</code> class. * <P> * Rowset warnings may be retrieved from <code>JdbcRowSet</code>, ! * <code>CachedRowSet</code>&trade;, * <code>WebRowSet</code>, <code>FilteredRowSet</code>, or <code>JoinRowSet</code> * implementations. To retrieve the first warning reported on any * <code>RowSet</code> * implementation, use the method <code>getRowSetWarnings</code> defined * in the <code>JdbcRowSet</code> interface or the <code>CachedRowSet</code>