0N/A<!--
2362N/A Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
0N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A
0N/A This code is free software; you can redistribute it and/or modify it
0N/A under the terms of the GNU General Public License version 2 only, as
2362N/A published by the Free Software Foundation. Oracle designates this
0N/A particular file as subject to the "Classpath" exception as provided
2362N/A by Oracle in the LICENSE file that accompanied this code.
0N/A
0N/A This code is distributed in the hope that it will be useful, but WITHOUT
0N/A ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A version 2 for more details (a copy is included in the LICENSE file that
0N/A accompanied this code).
0N/A
0N/A You should have received a copy of the GNU General Public License version
0N/A 2 along with this work; if not, write to the Free Software Foundation,
0N/A Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A
2362N/A Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2362N/A or visit www.oracle.com if you need additional information or have any
2362N/A questions.
0N/A-->
0N/A
0N/A<!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en">
0N/A<html>
0N/A<head>
0N/A
0N/A <meta http-equiv="Content-Type"
0N/A content="text/html; charset=iso-8859-1">
0N/A <title>com.sun.rowset Package</title>
0N/A</head>
0N/A <body bgcolor="#ffffff">
0N/AProvides five standard implementations of the standard JDBC <tt>RowSet</tt> implementation
0N/Ainterface definitions. These reference implementations are included with the J2SE version
0N/A1.5 platform and represent the benchmark standard <tt>RowSet</tt> implementations as verified
0N/Aby the Test Compatibility Kit (TCK) as mandated by the Java Community Process.
0N/A <br>
0N/A
0N/A<h3>1.0 Available JDBC RowSet Reference Implementations </h3>
0N/A The following implementations are provided:<br>
0N/A
0N/A<blockquote><tt><b>JdbcRowSetImpl</b></tt> - The <tt>javax.sql.rowset.JdbcRowSet</tt>
0N/Ainterface reference implementation. <br>
0N/A<br>
0N/A<tt><b>CachedRowSetImpl </b></tt>- The <tt>javax.sql.rowset.CachedRowSet</tt> interface
0N/Areference implementation.<br>
0N/A<br>
0N/A<tt><b>WebRowSetImpl</b></tt> - The <tt>javax.sql.rowset.WebRowSet</tt> interface
0N/Areference implementation.<br>
0N/A<br>
0N/A<tt><b>FilteredRowSetImpl</b></tt> - The <tt>javax.sql.rowset.FilteredRowSet</tt>
0N/Ainterface reference implementation.<br>
0N/A<br>
0N/A<tt><b>JoinRowSetImpl</b></tt> - The <tt>javax.sql.rowset.JoinRowSet</tt> interface
0N/Areference implementation.<br>
0N/A</blockquote>
0N/A
0N/AAll details on their expected behavior, including their interactions with the <tt>SyncProvider</tt>
0N/ASPI and helper classes are provided in the interface definitions in the <tt>javax.sql.rowset</tt>
0N/Apackage specification.<br>
0N/A
0N/A<h3>2.0 Usage</h3>
0N/AThe reference implementations represent robust implementations of the standard
0N/A<code>RowSet</code> interfaces defined in the <code>javax.sql.rowset</code> package.
0N/AAll disconnected <code>RowSet</code> implementations, such as the <tt>CachedRowSetImpl</tt>
0N/Aand <tt>WebRowSetImpl</tt>, are flexible enough to use the <tt>SyncFactory</tt> SPIs to
0N/Aleverage non-reference implementation <tt>SyncProvider</tt> implementations to obtain
0N/Adiffering synchronization semantics. Furthermore, developers and vendors alike are free
0N/Ato use these implementations and integrate them into their products just as they
0N/Acan with to other components of the Java platform.<br>
0N/A
0N/A<h3>3.0 Extending the JDBC RowSet Implementations</h3>
0N/A
0N/AThe JDBC <code>RowSet</code> reference implementations are provided as non-final
0N/Aclassess so that any developer can extend them to provider additional features
0N/Awhile maintaining the core required standard functionality and compatibility. It
0N/Ais anticipated that many vendors and developers will extend the standard feature
0N/Aset to their their particular needs. The website for JDBC Technology will
0N/Aprovider a portal where implementations can be listed, similar to the way it
0N/Aprovides a site for JDBC drivers.
0N/A<br>
0N/A <br>
0N/A</body>
0N/A</html>