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

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

Packages that use TLptsRowSet
com.lapetus_ltd.api.db.control This package contains all the classes for controlling the connections, statements and row sets. 
 

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

Methods in com.lapetus_ltd.api.db.control that return TLptsRowSet
 TLptsRowSet TLptsRowSetEvent.getRowSet()
           Gets the actual RowSet from this event.
 TLptsRowSet TLptsStatement.getRowSet()
          Gets the RowSet for this statement after execution.
 

Methods in com.lapetus_ltd.api.db.control with parameters of type TLptsRowSet
 void TLptsStatement.zsR(TLptsRowSet rowSet)
          Obfuscated as it is not required by the application interface.
 

Constructors in com.lapetus_ltd.api.db.control with parameters of type TLptsRowSet
TLptsRowSetEvent(TLptsStatement statement, TLptsRowSet rowSet, TLptsRowSetEvent.EVENT_TYPE eventType, java.lang.String primaryStatementId, java.lang.Integer rows, java.lang.Integer objects, java.util.List<java.lang.String> rowSetsNotFinished)
           Default Constructor for a Row Set Event.
 



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