public final class DmlUnassertCommand extends DmlSingleAssignmentCommand
Constructor and Description |
---|
DmlUnassertCommand(java.lang.String relvarName,
DBObject dbObject)
Creates the command object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommand()
Gets the command text
|
ServerUnassertCommand |
getServerCommand()
Gets the ServerCommand object representing this dml command
|
java.lang.String |
toString() |
getRelationText, getRelvarName, success
getServerAssignmentCommand
execDmlCommand, execDmlCommandAndEndTransaction
public DmlUnassertCommand(java.lang.String relvarName, DBObject dbObject)
relvarName
- The name of the relvar in which a tuple for the object is to be addeddbObject
- The object for which a tuple is to be added in the named relvarpublic java.lang.String getCommand()
DmlCommand
getCommand
in class DmlCommand
public ServerUnassertCommand getServerCommand()
DmlCommand
getServerCommand
in class DmlCommand
public java.lang.String toString()
toString
in class java.lang.Object