org.tranql.ql
Class RowConstructor

java.lang.Object
  extended byorg.tranql.ql.Node
      extended byorg.tranql.ql.RowConstructor
All Implemented Interfaces:
java.io.Serializable

public class RowConstructor
extends Node

Version:
$Revision: 1.1.1.1 $ $Date: 2004/03/06 03:42:23 $
See Also:
Serialized Form

Constructor Summary
RowConstructor()
           
 
Method Summary
 java.lang.Object visit(QueryVisitor visitor, java.lang.Object param)
           
 
Methods inherited from class org.tranql.ql.Node
addChild, getChild, getSibling, isOnlyChild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowConstructor

public RowConstructor()
Method Detail

visit

public java.lang.Object visit(QueryVisitor visitor,
                              java.lang.Object param)
                       throws QueryException
Specified by:
visit in class Node
Throws:
QueryException


Copyright © -2005 The Codehaus. All Rights Reserved.