javax.sql
Class WebRowSet


java.lang.Object

  |

  +--javax.sql.WebRowSet


public class WebRowSet
extends java.lang.Object
implements RowSet

The WebRowSet class. The WebRowSet class provides a distributed client/server implementation of the RowSet interface. Conceptually, a WebRowSet object is connected, so the WebRowSet API is like the JDBCRowSet API. However, the HTTP protocol is used internally to talk to a Java Servlet that provides database access. The purpose of the WebRowSet class is to provide data access to thin web clients that don't need full JDBC, but just need to get access to a set of rows and possibly update some of them.


Constructor Summary
WebRowSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebRowSet


public WebRowSet()