软件包 | 描述 |
---|---|
javax.sql |
提供了对服务器端数据源的访问和处理来自
TM java编程语言的API。
|
javax.sql.rowset |
JDBC
RowSet 实现标准接口和基类。
|
Modifier and Type | Method and Description |
---|---|
void |
RowSet.addRowSetListener(RowSetListener listener)
注册给听众,将收到的这
RowSet 对象发生的事件。
|
void |
RowSet.removeRowSetListener(RowSetListener listener)
从组件将被通知在这
RowSet 对象当一个事件发生时,列表中移除指定的听众。
|
Modifier and Type | Method and Description |
---|---|
void |
BaseRowSet.addRowSetListener(RowSetListener listener)
听者会通知每当事件发生时,这
RowSet 对象。
|
void |
BaseRowSet.removeRowSetListener(RowSetListener listener)
删除指定对象从听众这
RowSet 对象的列表。
|
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.