be.SIRAPRISE.messages
Class ExecuteDMLMessageTypeV1_0

java.lang.Object
  extended by be.SIRAPRISE.messages.ServerMessageType
      extended by be.SIRAPRISE.messages.ServerInputMessageType
          extended by be.SIRAPRISE.messages.ExecuteDMLMessageType
              extended by be.SIRAPRISE.messages.ExecuteDMLMessageTypeV1_0

public final class ExecuteDMLMessageTypeV1_0
extends ExecuteDMLMessageType

ExecuteDMLMessageTypeV1_0 is V1_0 of the ExecuteDMLMessageType.

This message type has the following fields :

Zone Format Length Description
DMLCOMMAND LSTRING   The command as syntactically defined in the grammar section.

Since:
SIRA_PRISE 1.1
Author:
Erwin Smout

Field Summary
 
Fields inherited from class be.SIRAPRISE.messages.ExecuteDMLMessageType
MESSAGETYPEID
 
Method Summary
 ExecuteDMLMessage message(java.lang.String cmd)
          Factory method for producing a message of this type holding the given DML command
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

message

public ExecuteDMLMessage message(java.lang.String cmd)
Description copied from class: ExecuteDMLMessageType
Factory method for producing a message of this type holding the given DML command

Specified by:
message in class ExecuteDMLMessageType
Parameters:
cmd - The SIRA_PRISE DML command to be executed on the server
Returns:
ExecuteDMLMessage