Uses of Class
javax.sql.RowSetEvent
Packages that use RowSetEvent
包
描述
Provides the API for server side data source access and processing from
the Java programming language.
Standard interfaces and base classes for JDBC
RowSet
implementations.-
Uses of RowSetEvent in javax.sql
Methods in javax.sql with parameters of type RowSetEvent修饰符和类方法描述voidRowSetListener.cursorMoved(RowSetEvent event) Notifies registered listeners that aRowSetobject's cursor has moved.voidRowSetListener.rowChanged(RowSetEvent event) Notifies registered listeners that aRowSetobject has had a change in one of its rows.voidRowSetListener.rowSetChanged(RowSetEvent event) Notifies registered listeners that aRowSetobject in the givenRowSetEventobject has changed its entire contents. -
Uses of RowSetEvent in javax.sql.rowset
Methods in javax.sql.rowset with parameters of type RowSetEvent修饰符和类方法描述voidCachedRowSet.rowSetPopulated(RowSetEvent event, int numRows) Notifies registered listeners that a RowSet object in the given RowSetEvent object has populated a number of additional rows.