站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

Uses of Class javax.sql.RowSetEvent (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


Uses of Class
javax.sql.RowSetEvent

Packages that use RowSetEvent
javax.sql   
 

Uses of RowSetEvent in javax.sql
 

Methods in javax.sql with parameters of type RowSetEvent
 void RowSetListener.cursorMoved(RowSetEvent rowSetEvent)
          Called when a rowset's cursor is moved.
 void RowSetListener.rowChanged(RowSetEvent rowSetEvent)
          Called when a row is inserted, updated, or deleted.
 void RowSetListener.rowSetChanged(RowSetEvent rowSetEvent)
          Called when the rowset is changed.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.