public class FlowControlOperation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static FlowControlOperation |
ADVANCE
Requests that the datasource should be moved to the next row.
|
static FlowControlOperation |
COMMIT
A commit checks for an pending advance request and commites that request
by moving the cursor of the currend datarow forward by one row.
|
static FlowControlOperation |
DONE
Finishes (and closes) the currently open context.
|
static FlowControlOperation |
MARK
Stores the current datarow state for a later recall.
|
static FlowControlOperation |
NO_OP
Do nothing.
|
static FlowControlOperation |
RECALL
Recalls a marked position.
|
Modifier | Constructor and Description |
---|---|
protected |
FlowControlOperation(java.lang.String name) |
public static final FlowControlOperation MARK
public static final FlowControlOperation ADVANCE
public static final FlowControlOperation RECALL
public static final FlowControlOperation NO_OP
public static final FlowControlOperation DONE
public static final FlowControlOperation COMMIT