|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.SIRAPRISE.client.ServerCommand
be.SIRAPRISE.client.ServerAssignmentCommand
be.SIRAPRISE.client.ServerSingleAssignmentCommand
be.SIRAPRISE.client.ServerUpdateCommand
public final class ServerUpdateCommand
A ServerUpdateCommand consists of three portions :
Constructor Summary | |
---|---|
ServerUpdateCommand(java.lang.String targetRelvarName,
java.lang.String deleteRelationExpressionText,
java.lang.String changes)
Creates the ExecUpdateCommand |
Method Summary | |
---|---|
java.lang.String |
getChanges()
Gets The textual representation of the RA formula defining how to compute the replacing tuples. |
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 |
void |
writeAssignmentTypeSpecificToStream(java.io.DataOutputStream outputStream)
|
Methods inherited from class be.SIRAPRISE.client.ServerSingleAssignmentCommand |
---|
getTargetRelvarName, writeToStream |
Methods inherited from class be.SIRAPRISE.client.ServerCommand |
---|
getCommandObjectFor, getCommandObjectFrom, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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 ')'.Method Detail |
---|
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 void writeAssignmentTypeSpecificToStream(java.io.DataOutputStream outputStream) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |