org.agileclick.genorm
Class TableCreator

java.lang.Object
  extended by org.agileclick.genorm.TableCreator

public class TableCreator
extends java.lang.Object


Constructor Summary
TableCreator()
           
 
Method Summary
 void createTables(java.sql.Connection con, java.io.File output)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableCreator

public TableCreator()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

createTables

public void createTables(java.sql.Connection con,
                         java.io.File output)
                  throws java.sql.SQLException,
                         java.io.IOException
Throws:
java.sql.SQLException
java.io.IOException