butler.sql.generator
Class Generator

java.lang.Object
  extended bybutler.sql.generator.Generator

public class Generator
extends java.lang.Object

Generates implementations of Table, Record and Schema or a xml describing the tables in a schema.

Author:
Fredrik Bertilsson

Constructor Summary
Generator()
           
 
Method Summary
static void main(java.lang.String[] args)
          Starting the generation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Generator

public Generator()
Method Detail

main

public static void main(java.lang.String[] args)
Starting the generation.
Generates java source files (subclasses to Schema, Table and Record) or schema definition in xml format.