parser
Class AST_Describe

java.lang.Object
  extended by parser.SimpleNode
      extended by parser.AST_Describe
All Implemented Interfaces:
Node

public class AST_Describe
extends SimpleNode

AST node for DESCRIBE statements.


Field Summary
protected  java.lang.String fileName
          Name of the table to describe.
 
Fields inherited from class parser.SimpleNode
children, id, parent, parser
 
Constructor Summary
AST_Describe(int id)
           
AST_Describe(MiniSql p, int id)
           
 
Method Summary
 java.lang.String getFileName()
          Gets the name of the table to describe.
 
Methods inherited from class parser.SimpleNode
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fileName

protected java.lang.String fileName
Name of the table to describe.

Constructor Detail

AST_Describe

public AST_Describe(int id)

AST_Describe

public AST_Describe(MiniSql p,
                    int id)
Method Detail

getFileName

public java.lang.String getFileName()
Gets the name of the table to describe.