com.mortbay.JDBC
Class CreateTables

java.lang.Object
  |
  +--com.mortbay.JDBC.CreateTables

public class CreateTables
extends java.lang.Object

Create Database tables

Produces output suitable for piping to a sql cli to drop and recreate db tables.

Notes

The startable arg should be a Hashtable, where go maps to the string to pass to the interpreter to execute a sql command and tables is a list of classnames that extend Table to create.

Version:
$Id: CreateTables.java,v 2.1 1999/09/22 15:08:40 gregw Exp $
Author:
Matthew Watson

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

Constructor Detail

CreateTables

public CreateTables()
Method Detail

main

public static void main(java.lang.String[] args)