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