org.tranql.ql
Class Insert

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

public class Insert
extends AliasedEntity

This subclass is used to identify the entity type that will be inserted using an insert query. This node expects two childred a RowConstructor and a TableConstructor.

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

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

Insert

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