jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/WebRowSet.java
changeset 26973 c96ef212b86d
parent 25991 e48157b42439
equal deleted inserted replaced
26972:d98a515b0683 26973:c96ef212b86d
    54  * thus ensuring greater cross
    54  * thus ensuring greater cross
    55  * platform interoperability. This is an effort currently under way at the ISO
    55  * platform interoperability. This is an effort currently under way at the ISO
    56  * organization. The SQL/XML definition is available at the following URI:
    56  * organization. The SQL/XML definition is available at the following URI:
    57  * <ul>
    57  * <ul>
    58  * <li>
    58  * <li>
    59  * <a href="http://standards.iso.org/iso/9075/2002/12/sqlxml">http://standards.iso.org/iso/9075/2002/12/sqlxml</a>
    59  * <a href="http://standards.iso.org/iso/9075/2002/12/sqlxml.xsd">http://standards.iso.org/iso/9075/2002/12/sqlxml.xsd</a>
    60  * </li>
    60  * </li>
    61  * </ul>
    61  * </ul>
    62  * The schema definition describes the internal data of a {@code RowSet} object
    62  * The schema definition describes the internal data of a {@code RowSet} object
    63  * in three distinct areas:
    63  * in three distinct areas:
    64  * <UL>
    64  * <UL>