public final class DmlMultipleAssignmentCommand extends DmlAssignmentCommand
Constructor and Description |
---|
DmlMultipleAssignmentCommand(java.util.Collection<? extends DmlAssignmentCommand> individualAssignments)
Creates the command object.
|
DmlMultipleAssignmentCommand(DmlAssignmentCommand... individualAssignments)
Creates the command object.
|
DmlMultipleAssignmentCommand(DmlSingleAssignmentCommand[] individualAssignments)
Creates the command object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommand()
Gets the command text
|
ServerMultipleAssignmentCommand |
getServerCommand()
Gets the ServerCommand object representing this dml command
|
void |
success()
Invoked after successfull execution.
|
java.lang.String |
toString() |
getServerAssignmentCommand
execDmlCommand, execDmlCommandAndEndTransaction
public DmlMultipleAssignmentCommand(DmlAssignmentCommand... individualAssignments)
individualAssignments
- The individual assignments that make up the multiple assignment. If an individual assignment is itself a Multiple Assignment MA, the individual assignments that constitute it will take the place of MA in the Ma object being constructed.public DmlMultipleAssignmentCommand(java.util.Collection<? extends DmlAssignmentCommand> individualAssignments)
individualAssignments
- The individual assignments that make up the multiple assignmentpublic DmlMultipleAssignmentCommand(DmlSingleAssignmentCommand[] individualAssignments)
individualAssignments
- The individual assignments that make up the multiple assignmentpublic void success()
DmlCommand
success
in class DmlCommand
public java.lang.String getCommand()
DmlCommand
getCommand
in class DmlCommand
public ServerMultipleAssignmentCommand getServerCommand()
DmlCommand
getServerCommand
in class DmlCommand
public java.lang.String toString()
toString
in class java.lang.Object