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