public abstract class ExecuteAssignmentMessageType extends ServerInputMessageType implements ExecuteDMLMessageTypesV14
Modifier and Type | Field and Description |
---|---|
static byte |
ASSIGNMENTTYPE_ADD
The byte code identifying the 'ADD' assignment type within the messages system
|
static byte |
ASSIGNMENTTYPE_ASSERT
The byte code identifying the 'ASSERT' assignment type within the messages system
|
static byte |
ASSIGNMENTTYPE_DELETE
The byte code identifying the 'DELETE' assignment type within the messages system
|
static byte |
ASSIGNMENTTYPE_UNASSERT
The byte code identifying the 'ASSERT' assignment type within the messages system
|
static byte |
ASSIGNMENTTYPE_UPDATE
The byte code identifying the 'UPDATE' assignment type within the messages system
|
static int |
MESSAGETYPEID
The numeric ID for messages of this type (241093205 )
|
Modifier and Type | Method and Description |
---|---|
abstract ExecuteAssignmentMessage |
message(ServerCommandDataWrapper[] cmdData)
Factory method for producing a message of this type holding the given Query command
|
public static final int MESSAGETYPEID
public static final byte ASSIGNMENTTYPE_ADD
public static final byte ASSIGNMENTTYPE_DELETE
public static final byte ASSIGNMENTTYPE_UPDATE
public static final byte ASSIGNMENTTYPE_ASSERT
public static final byte ASSIGNMENTTYPE_UNASSERT
public abstract ExecuteAssignmentMessage message(ServerCommandDataWrapper[] cmdData)
cmdData
- The data of the individual assignments. Each cmdData element represents an individual assignment, the entirety represents a multiple assignment.