August 2000
Intermediate to advanced
348 pages
8h 51m
English
RowSetEvent
Class
Name: javax.sql.RowSetEvent
Superclass: java.util.EventObject
Immediate Subclasses: None
Interfaces Implemented: None
Availability: New as of JDK 1.2
Rowset events occur whenever something of interest happens in a
RowSet instance. Examples of such events include
column value changes and cursor movements.
public class RowSetEvent extends java.util.EventObject {
public RowSetEvent(RowSet src);
}public RowSetEvent(RowSet evt);
This constructor creates a new rowset event.
Read now
Unlock full access