软件包 | 描述 |
---|---|
javax.sql |
提供了对服务器端数据源的访问和处理来自
TM java编程语言的API。
|
javax.sql.rowset |
JDBC
RowSet 实现标准接口和基类。
|
Modifier and Type | Method and Description |
---|---|
void |
RowSetListener.cursorMoved(RowSetEvent event)
通知注册的监听器,
RowSet 对象的光标移动。
|
void |
RowSetListener.rowChanged(RowSetEvent event)
通知注册的监听器,
RowSet 对象已经在它的一个行的变化。
|
void |
RowSetListener.rowSetChanged(RowSetEvent event)
通知注册的监听器,在给定的
RowSetEvent 对象已经改变了它的全部内容
RowSet 对象。
|
Modifier and Type | Method and Description |
---|---|
void |
CachedRowSet.rowSetPopulated(RowSetEvent event, int numRows)
通知注册的监听器,在给定的rowsetevent对象填充一些额外的行行集对象。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.