jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/WebRowSet.java
changeset 25991 e48157b42439
parent 25976 4de01a56e3ee
parent 25859 3317bb8137f4
child 26973 c96ef212b86d
equal deleted inserted replaced
25876:d06a6d3c66c0 25991:e48157b42439
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    50  * It describes the standard XML document format required when describing a
    50  * It describes the standard XML document format required when describing a
    51  * {@code RowSet} object in XML and must be used be all standard implementations
    51  * {@code RowSet} object in XML and must be used be all standard implementations
    52  * of the {@code WebRowSet} interface to ensure interoperability. In addition,
    52  * of the {@code WebRowSet} interface to ensure interoperability. In addition,
    53  * the {@code WebRowSet} schema uses specific SQL/XML Schema annotations,
    53  * the {@code WebRowSet} schema uses specific SQL/XML Schema annotations,
    54  * thus ensuring greater cross
    54  * thus ensuring greater cross
    55  * platform inter-operability. 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">http://standards.iso.org/iso/9075/2002/12/sqlxml</a>
    60  * </li>
    60  * </li>
   107  *      <map/>
   107  *      <map/>
   108  *      <max-field-size>0</max-field-size>
   108  *      <max-field-size>0</max-field-size>
   109  *      <max-rows>0</max-rows>
   109  *      <max-rows>0</max-rows>
   110  *      <query-timeout>0</query-timeout>
   110  *      <query-timeout>0</query-timeout>
   111  *      <read-only>false</read-only>
   111  *      <read-only>false</read-only>
   112  *      <rowset-type>TRANSACTION_READ_UNCOMMITED</rowset-type>
   112  *      <rowset-type>TRANSACTION_READ_UNCOMMITTED</rowset-type>
   113  *      <show-deleted>false</show-deleted>
   113  *      <show-deleted>false</show-deleted>
   114  *      <table-name/>
   114  *      <table-name/>
   115  *      <url>jdbc:thin:oracle</url>
   115  *      <url>jdbc:thin:oracle</url>
   116  *      <sync-provider>
   116  *      <sync-provider>
   117  *              <sync-provider-name>.com.rowset.provider.RIOptimisticProvider</sync-provider-name>
   117  *              <sync-provider-name>.com.rowset.provider.RIOptimisticProvider</sync-provider-name>