|
|||||||||
类 javax.sql.RowSetEvent
的使用
使用 RowSetEvent 的软件包 | |
---|---|
javax.sql | 为通过 JavaTM 编程语言进行服务器端数据源访问和处理提供 API。 |
javax.sql.rowset | JDBC RowSet 实现的标准接口和基类。 |
javax.sql 中 RowSetEvent 的使用 |
---|
参数类型为 RowSetEvent 的 javax.sql 中的方法 | |
---|---|
void |
RowSetListener.cursorMoved(RowSetEvent event) 通知已注册侦听器 RowSet 对象的指针已移动。 |
void |
RowSetListener.rowChanged(RowSetEvent event) 通知已注册侦听器 RowSet 对象的其中一行发生了更改。 |
void |
RowSetListener.rowSetChanged(RowSetEvent event) 通知已注册侦听器给定 RowSetEvent 对象中的 RowSet 对象已更改其全部内部。 |
javax.sql.rowset 中 RowSetEvent 的使用 |
---|
参数类型为 RowSetEvent 的 javax.sql.rowset 中的方法 | |
---|---|
void |
CachedRowSet.rowSetPopulated(RowSetEvent event, int numRows) 通知已注册侦听器给定 RowSetEvent 对象中的某个 RowSet 对象已经填充了多个附加行。 |
所有类
|
|||||||||