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

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

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

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

Methods in com.lapetus_ltd.api.db.control that return TLptsRowSetEvent.EVENT_TYPE
 TLptsRowSetEvent.EVENT_TYPE TLptsRowSetEvent.getEventType()
           Gets the type of the event.
static TLptsRowSetEvent.EVENT_TYPE TLptsRowSetEvent.EVENT_TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TLptsRowSetEvent.EVENT_TYPE[] TLptsRowSetEvent.EVENT_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.lapetus_ltd.api.db.control with parameters of type TLptsRowSetEvent.EVENT_TYPE
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)