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

Uses of Interface
com.lapetus_ltd.api.db.control.ILptsFactoryRowSetListener

Packages that use ILptsFactoryRowSetListener
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 ILptsFactoryRowSetListener in com.lapetus_ltd.api.db.control
 

Classes in com.lapetus_ltd.api.db.control that implement ILptsFactoryRowSetListener
 class TLptsRowSetOutputListener
          Class Description :

This class provides the ability to store the output from a rowset execution (either simple or dynamic with sub-sets)
which can then be output to a file or used to transfer information (across the net for instance).

 

Methods in com.lapetus_ltd.api.db.control with parameters of type ILptsFactoryRowSetListener
static void TLptsFactoryRowSet.addListener(ILptsFactoryRowSetListener rsl)
          Add a listener so that all resulting rows and rowsets from an execute be provided to the listener.
static void TLptsFactoryRowSet.removeListener(ILptsFactoryRowSetListener rsl)
           Removes a listener from the list.
 

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

Classes in com.lapetus_ltd.api.db.gui.dialogs that implement ILptsFactoryRowSetListener
 class TLptsViewDataDialog
          Class Description : This is the data view frame.
 



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