public class DeleteData extends QueryModelNodeBase implements UpdateExpr
Constructor and Description |
---|
DeleteData(String dataBlock) |
Modifier and Type | Method and Description |
---|---|
DeleteData |
clone()
Returns a (deep) clone of this query model node.
|
String |
getDataBlock() |
boolean |
isSilent() |
<X extends Exception> |
visit(QueryModelVisitor<X> visitor)
Visits this node.
|
getParentNode, getSignature, nullEquals, replaceChildNode, replaceNodeInList, replaceWith, setParentNode, toString, visitChildren
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, getParentNode, getSignature, replaceChildNode, replaceWith, setParentNode, toString, visitChildren
public DeleteData(String dataBlock)
public <X extends Exception> void visit(QueryModelVisitor<X> visitor) throws X extends Exception
QueryModelNode
visit
in interface QueryModelNode
X extends Exception
public String getDataBlock()
public DeleteData clone()
QueryModelNode
clone
in interface QueryModelNode
clone
in interface UpdateExpr
clone
in class QueryModelNodeBase
public boolean isSilent()
isSilent
in interface UpdateExpr
Copyright © 2001-2016 Aduna. All Rights Reserved.