public final class DmlAssertCommand extends DmlSingleAssignmentCommand
Constructor and Description |
---|
DmlAssertCommand(java.lang.String relvarName,
DBObject dbObject)
Creates the command object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommand()
Gets the command text
|
ServerAssertCommand |
getServerCommand()
Gets the ServerCommand object representing this dml command
|
java.lang.String |
toString() |
getRelationText, getRelvarName, success
getServerAssignmentCommand
execDmlCommand, execDmlCommandAndEndTransaction
public DmlAssertCommand(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 ServerAssertCommand getServerCommand()
DmlCommand
getServerCommand
in class DmlCommand
public java.lang.String toString()
toString
in class java.lang.Object