|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tranql.ql.AbstractNode
org.tranql.ql.AliasedEntity
org.tranql.ql.Delete
This subclass is used to identify the entity type that will be deleted using a delete query. This node can optionaly have one node, a where clause. DELETE FROM entity [WHERE ...]
Constructor Summary | |
Delete(Entity entity)
|
Method Summary | |
java.lang.Object |
visit(QueryVisitor visitor,
java.lang.Object param)
|
Methods inherited from class org.tranql.ql.AliasedEntity |
getAlias, getEntity |
Methods inherited from class org.tranql.ql.AbstractNode |
addChild, getChild, getSibling, isOnlyChild, setSibling |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Delete(Entity entity)
Method Detail |
public java.lang.Object visit(QueryVisitor visitor, java.lang.Object param) throws QueryException
QueryException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |