|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TLptsRowEvent.EVENT_TYPE>
com.lapetus_ltd.api.db.control.TLptsRowEvent.EVENT_TYPE
public static enum TLptsRowEvent.EVENT_TYPE
Enum Constant Summary | |
---|---|
ERROR_OCCURRED
An error occurred with this Statement SQL query. |
|
EXECUTION_INTERRUPTED
The execution of the statement (rowset) was interrupted by a call to TLptsStatement.interruptExecution() . |
|
MOVED_TO_NEXT_PRIMARY_RECORD
The cursor has moved to the next row in a primary rowset (which has dynamics), and the information supplied here is relative to that row. |
|
MOVED_TO_NEXT_RECORD
The cursor has moved to the next row in a dynamic or full rowset, and the information supplied here is relative to that row. |
|
PROCESSING_COMPLETE
The processing for the relative rowset has completed. |
Method Summary | |
---|---|
static TLptsRowEvent.EVENT_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TLptsRowEvent.EVENT_TYPE[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final TLptsRowEvent.EVENT_TYPE ERROR_OCCURRED
TLptsLogger
for the error.
public static final TLptsRowEvent.EVENT_TYPE EXECUTION_INTERRUPTED
TLptsStatement.interruptExecution()
.
public static final TLptsRowEvent.EVENT_TYPE MOVED_TO_NEXT_PRIMARY_RECORD
public static final TLptsRowEvent.EVENT_TYPE MOVED_TO_NEXT_RECORD
public static final TLptsRowEvent.EVENT_TYPE PROCESSING_COMPLETE
Method Detail |
---|
public static TLptsRowEvent.EVENT_TYPE valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static TLptsRowEvent.EVENT_TYPE[] values()
for (TLptsRowEvent.EVENT_TYPE c : TLptsRowEvent.EVENT_TYPE.values()) System.out.println(c);
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |