org.tranql.ql
Class Update

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

public class Update
extends AliasedEntity

This subclass is used to identify the entity type that will be updated using an update query.

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

Constructor Summary
Update(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

Update

public Update(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.