All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class relaaja.database.DummyParser

java.lang.Object
   |
   +----relaaja.database.DummyParser

public class DummyParser
extends Object
Scheman testaamiseen tarkoitettu luokka.

Author:
Petri Pusa

Variable Index

 o globalDataType

Constructor Index

 o DummyParser()

Method Index

 o addBillTable(Schema)
 o addClientTable(Schema)
 o addOrderTable(Schema, String)
 o createSimpleDatabase(Schema)
 o main(String[])
 o oldmain(String[])
 o removeReference(Schema)
 o showConstraints(VectorReader)
 o showDatabase(Schema)

Variables

 o globalDataType
 private static DDDataType globalDataType

Constructors

 o DummyParser
 public DummyParser()

Methods

 o addClientTable
 public static void addClientTable(Schema schema) throws Exception
 o addOrderTable
 public static void addOrderTable(Schema schema,
                                  String referredTable) throws Exception
 o addBillTable
 public static void addBillTable(Schema schema) throws Exception
 o removeReference
 public static void removeReference(Schema schema)
 o main
 public static void main(String args[])
 o createSimpleDatabase
 public static void createSimpleDatabase(Schema schema) throws Exception
 o oldmain
 public static void oldmain(String args[])
 o showDatabase
 public static void showDatabase(Schema schema)
 o showConstraints
 public static void showConstraints(VectorReader constraints)

All Packages  Class Hierarchy  This Package  Previous  Next  Index