parser
Class AST_ColumnType

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

public class AST_ColumnType
extends SimpleNode

Column type in a CREATE TABLE statement.


Field Summary
protected  int size
          Size of the column (in bytes).
protected  int type
          Attribute type of the column.
 
Fields inherited from class parser.SimpleNode
children, id, parent, parser
 
Constructor Summary
AST_ColumnType(int id)
           
AST_ColumnType(MiniSql p, int id)
           
 
Method Summary
 
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

type

protected int type
Attribute type of the column.


size

protected int size
Size of the column (in bytes).

Constructor Detail

AST_ColumnType

public AST_ColumnType(int id)

AST_ColumnType

public AST_ColumnType(MiniSql p,
                      int id)