| Package | Description |
|---|---|
| com.sybase.esp.sdk | |
| com.sybase.esp.sdk.data | |
| com.sybase.esp.util.upload |
| Modifier and Type | Method and Description |
|---|---|
static Stream.Operation |
Stream.Operation.parseCharacter(char code) |
static Stream.Operation |
Stream.Operation.parseInt(int code) |
static Stream.Operation |
Stream.Operation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Stream.Operation[] |
Stream.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static char |
Stream.Operation.asChar(Stream.Operation op) |
| Modifier and Type | Method and Description |
|---|---|
Stream.Operation |
RowReader.getOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
RelativeRowWriter.setOperation(Stream.Operation op) |
void |
AbsoluteRowWriter.setOperation(Stream.Operation op) |
| Modifier and Type | Method and Description |
|---|---|
void |
Uploader.setOperation(Stream.Operation op)
This overrides the opcode in the data being uploaded.
|