uk.ac.ic.doc.automed.templates.wrapper
Class DeleteStatement

java.lang.Object
  |
  +--uk.ac.ic.doc.automed.templates.wrapper.TStatement
        |
        +--uk.ac.ic.doc.automed.templates.wrapper.RemovingStatement
              |
              +--uk.ac.ic.doc.automed.templates.wrapper.DeleteStatement

public class DeleteStatement
extends RemovingStatement


Field Summary
 
Fields inherited from class uk.ac.ic.doc.automed.templates.wrapper.RemovingStatement
actionARG, actionName, constraintsARG, fromObjectARG, functionARG, primitiveArgSeq, statementExecuted, toObjectARG
 
Fields inherited from class uk.ac.ic.doc.automed.templates.wrapper.TStatement
fromSchemaARG, self, statementType, toSchemaARG
 
Constructor Summary
DeleteStatement()
           
 
Methods inherited from class uk.ac.ic.doc.automed.templates.wrapper.RemovingStatement
createExecutionStatement, getArgumentDescription, getStatementDescription, getType, numberOfElements, resultingSchema, rollback, setConstraints, setConstraints, setFromSchema, setFunction, setFunction, setRemovedObject, updateRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteStatement

public DeleteStatement()