|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--javax.sql.WebRowSet
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 |
public WebRowSet()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||