Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)

Uses of Class
com.lapetus_ltd.api.db.control.TLptsRowSetEvent

Packages that use TLptsRowSetEvent
com.lapetus_ltd.api.db.control This package contains all the classes for controlling the connections, statements and row sets. 
com.lapetus_ltd.api.db.gui.dialogs The connection and data view dialogs are available in here. 
 

Uses of TLptsRowSetEvent in com.lapetus_ltd.api.db.control
 

Methods in com.lapetus_ltd.api.db.control with parameters of type TLptsRowSetEvent
 boolean ILptsFactoryRowSetListener.processNewRowSetRows(TLptsRowSetEvent rowSetEvent)
          
A new rowset has been created and TLptsFactoryRowSet is asking if it should continue processing the rows.
 boolean TLptsRowSetOutputListener.processNewRowSetRows(TLptsRowSetEvent rowSetEvent)
          Implementation of ILptsFactoryRowSetListener.
 

Uses of TLptsRowSetEvent in com.lapetus_ltd.api.db.gui.dialogs
 

Methods in com.lapetus_ltd.api.db.gui.dialogs with parameters of type TLptsRowSetEvent
 boolean TLptsViewDataDialog.processNewRowSetRows(TLptsRowSetEvent rowSetEvent)
          Implementation of the rowset factory listener.
 



Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)