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

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

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

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

Methods in com.lapetus_ltd.api.db.control that return TLptsRowEvent.EVENT_TYPE
 TLptsRowEvent.EVENT_TYPE TLptsRowEvent.getEventType()
           Gets the Type of row Event.
static TLptsRowEvent.EVENT_TYPE TLptsRowEvent.EVENT_TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TLptsRowEvent.EVENT_TYPE[] TLptsRowEvent.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 TLptsRowEvent.EVENT_TYPE
TLptsRowEvent(java.util.List<java.lang.Object> rowObjectList, java.util.List<java.lang.String> columnNameList, java.util.List<java.lang.Integer> columnTypeList, java.util.List<byte[]> byteValueList, TLptsRowEvent.EVENT_TYPE eventType, TLptsStatement statement, java.lang.String primaryStatementId, java.lang.String rowSetId, int currentRowNo)
           Constructor for RowSet Events.
 



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