|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |