All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class relaaja.database.parser.ASTDataType

java.lang.Object
   |
   +----relaaja.database.parser.SimpleNode
           |
           +----relaaja.database.parser.ASTDataType

public class ASTDataType
extends SimpleNode
Tietotyyppi.

Author:
Sami Jaala

Variable Index

 o name
 o precision
 o size

Constructor Index

 o ASTDataType(int)

Method Index

 o execute()

Variables

 o name
 protected String name
 o size
 protected Integer size
 o precision
 protected Integer precision

Constructors

 o ASTDataType
 public ASTDataType(int id)

Methods

 o execute
 public Object execute() throws InternalException
Returns:
DDDataType
Throws: InternalException
jos saadaan InvalidObjectException.
Overrides:
execute in class SimpleNode

All Packages  Class Hierarchy  This Package  Previous  Next  Index