扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.sql.rowset类baserowset的类成员方法: notifyrowsetchanged定义及介绍
发布时间:2014-2-18
本文导语:
notifyrowsetchanged
protected void notifyrowsetchanged()
throws sqlexception
通知向此 rowset 对象注册的所有侦听器其整个内容已更改。
当应用程序调用更改 rowset 对象整个内容的方法时,如 cachedrowset 方法 execute、populate...