public final class ServerUpdateCommand extends ServerSingleAssignmentCommand
Constructor and Description |
---|
ServerUpdateCommand(java.lang.String targetRelvarName,
java.lang.String deleteRelationExpressionText,
java.lang.String changes)
Creates the ExecUpdateCommand
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChanges()
Gets The textual representation of the RA formula defining how to compute the replacing tuples.
|
ServerCommandDataWrapper[] |
getCmdDataWrappers()
Gets The commands represented in CommandDataWrappers
|
java.lang.String |
getCommandParametersText()
Gets the full textual representation of the command's parameters
|
java.lang.String |
getDeleteRelationExpressionText()
Gets The textual representation of the RA formula defining the relation to be deleted from the target
|
java.lang.String |
getFullCommandText()
Gets the full textual representation of the command
|
getTargetRelvarIdentifier, getTargetRelvarName
reconstituteAssignmentCommand, reconstituteAssignmentCommand
getCommandObjectFor, getCommandObjectFrom, toString
public ServerUpdateCommand(java.lang.String targetRelvarName, java.lang.String deleteRelationExpressionText, java.lang.String changes)
targetRelvarName
- The target relvar NamedeleteRelationExpressionText
- The textual representation of the RA formula defining the relation to be deleted from the targetchanges
- The textual representation of the RA formula defining how to compute the replacing tuples. May not be enclosed in '(' and ')'.public final java.lang.String getChanges()
public java.lang.String getCommandParametersText()
ServerCommand
getCommandParametersText
in class ServerCommand
public final java.lang.String getDeleteRelationExpressionText()
public java.lang.String getFullCommandText()
ServerCommand
getFullCommandText
in class ServerCommand
public ServerCommandDataWrapper[] getCmdDataWrappers()
ServerAssignmentCommand
getCmdDataWrappers
in class ServerAssignmentCommand