be.SIRAPRISE.client
Class ServerUnassertCommand
java.lang.Object
be.SIRAPRISE.client.ServerCommand
be.SIRAPRISE.client.ServerAssignmentCommand
be.SIRAPRISE.client.ServerSingleAssignmentCommand
be.SIRAPRISE.client.ServerBasicAssignmentCommand
be.SIRAPRISE.client.ServerUnassertCommand
public final class ServerUnassertCommand
- extends ServerBasicAssignmentCommand
A ServerDeleteCommand consists of two portions :
- The target relvar name
- The relational expression defining which tuples in the target relvar will be removed-if-present from the current value of the relvar.
- Author:
- Erwin
Constructor Summary |
ServerUnassertCommand(java.lang.String targetRelvarName,
java.lang.String delete)
Creates the ServerUnassertCommand |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServerUnassertCommand
public ServerUnassertCommand(java.lang.String targetRelvarName,
java.lang.String delete)
- Creates the ServerUnassertCommand
- Parameters:
targetRelvarName
- The target relvar Namedelete
- The textual representation of the RA formula defining the relation to be deleted from the target
getCommandParametersText
public java.lang.String getCommandParametersText()
- Description copied from class:
ServerCommand
- Gets the full textual representation of the command's parameters
- Specified by:
getCommandParametersText
in class ServerCommand
- Returns:
- the full textual representation of the command's parameters
getFullCommandText
public java.lang.String getFullCommandText()
- Description copied from class:
ServerCommand
- Gets the full textual representation of the command
- Specified by:
getFullCommandText
in class ServerCommand
- Returns:
- the full textual representation of the command
writeAssignmentTypeSpecificToStream
public void writeAssignmentTypeSpecificToStream(java.io.DataOutputStream outputStream)
throws java.io.IOException
- Throws:
java.io.IOException