public abstract class DmlExecutedMessageType extends ServerMessageType
Modifier and Type | Field and Description |
---|---|
static int |
MESSAGETYPEID
The numeric ID for messages of this type (-437517843 )
|
Modifier and Type | Method and Description |
---|---|
abstract ServerMessage |
getAssignmentExecutedMessage()
Factory method for getting the ServerMessage of the appropriate DmlExecuted type for signaling the succesful execution of an assignment
|
abstract ServerMessage |
getDmlExecutedMessage(RelationBuffer relationBuffer,
Heading heading)
Factory method for getting the ServerMessage of the appropriate DmlExecuted type holding the relation holding the return values
|
abstract ServerMessage |
getQueryExecutedMessage(RelationBuffer relation,
Heading heading)
Factory method for getting the ServerMessage of the appropriate DmlExecuted type holding the relation that is the result of a query
|
public static final int MESSAGETYPEID
public abstract ServerMessage getAssignmentExecutedMessage()
public abstract ServerMessage getDmlExecutedMessage(RelationBuffer relationBuffer, Heading heading)
relationBuffer
- The buffer holding the relation to be communicated to the clientheading
- The heading of the relation to be communicated to the clientpublic abstract ServerMessage getQueryExecutedMessage(RelationBuffer relation, Heading heading)
relation
- the relation holding the executed command's return valuesheading
- the heading of the returned relation