be.SIRAPRISE.client
Class ServerAddCommand
java.lang.Object
be.SIRAPRISE.client.ServerCommand
be.SIRAPRISE.client.ServerAssignmentCommand
be.SIRAPRISE.client.ServerSingleAssignmentCommand
be.SIRAPRISE.client.ServerBasicAssignmentCommand
be.SIRAPRISE.client.ServerAddCommand
public final class ServerAddCommand
- extends ServerBasicAssignmentCommand
A ServerAddCommand consists of two portions :
- The target relvar name
- The relational expression defining which tuples in the target relvar will be added
- Author:
- Erwin
Constructor Summary |
ServerAddCommand(java.lang.String targetRelvarName,
java.lang.String insert)
Creates the ServerAddCommand |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServerAddCommand
public ServerAddCommand(java.lang.String targetRelvarName,
java.lang.String insert)
- Creates the ServerAddCommand
- Parameters:
targetRelvarName
- The target relvar Nameinsert
- The textual representation of the RA formula defining the relation to be inserted into 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