Name

RowSetEvent

Synopsis

Class Name: javax.sql.RowSetEvent

Superclass: java.util.EventObject

Immediate Subclasses: None

Interfaces Implemented: None

Availability: New as of JDK 1.2

Description

Rowset events occur whenever something of interest happens in a RowSet instance. Examples of such events include column value changes and cursor movements.

Class Summary

public class RowSetEvent extends java.util.EventObject {
    public RowSetEvent(RowSet src);
}

Object Constructors

RowSetEvent( )

public RowSetEvent(RowSet evt);
Description

This constructor creates a new rowset event.

Get Database Programming with JDBC & Java, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.