org.tranql.ql
Class Delete

java.lang.Object
  extended byorg.tranql.ql.AbstractNode
      extended byorg.tranql.ql.AliasedEntity
          extended byorg.tranql.ql.Delete
All Implemented Interfaces:
Node, java.io.Serializable

public class Delete
extends AliasedEntity

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 ...]

Version:
$Revision: 133 $ $Date: 2004-10-19 22:42:06 +0200 (Tue, 19 Oct 2004) $
See Also:
Serialized Form

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

Delete

public Delete(Entity entity)
Method Detail

visit

public java.lang.Object visit(QueryVisitor visitor,
                              java.lang.Object param)
                       throws QueryException
Throws:
QueryException


Copyright © -2006 The Codehaus. All Rights Reserved.