Uses of Class
be.SIRAPRISE.client.ServerBasicAssignmentCommand

Packages that use ServerBasicAssignmentCommand
be.SIRAPRISE.client   
 

Uses of ServerBasicAssignmentCommand in be.SIRAPRISE.client
 

Subclasses of ServerBasicAssignmentCommand in be.SIRAPRISE.client
 class ServerAddCommand
          A ServerAddCommand consists of two portions : The target relvar name The relational expression defining which tuples in the target relvar will be added
 class ServerAssertCommand
          A ServerAssertCommand consists of two portions : The target relvar name The relational expression defining which tuples in the target relvar will be unioned with the current value of the relvar.
 class ServerDeleteCommand
          A ServerDeleteCommand consists of two portions : The target relvar name The relational expression defining which tuples in the target relvar will be removed from the current value of the relvar.
 class ServerUnassertCommand
          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.