org.makumba.devel
Class checkForeignKeys

java.lang.Object
  extended by org.makumba.devel.checkForeignKeys

public class checkForeignKeys
extends Object

Opens given database tables; if allowed to, this would also trigger alter commands.

Usage: java org.makumba.devel.open [source [type1 [type2 ...] ] ]

If no source is specified the default data source is used. If not types are specified, all MDDs found in the webapp are processed.

Author:
Cristian Bogdan

Field Summary
static ArrayList<Throwable> errors
           
 
Constructor Summary
checkForeignKeys()
           
 
Method Summary
static void main(String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errors

public static ArrayList<Throwable> errors
Constructor Detail

checkForeignKeys

public checkForeignKeys()
Method Detail

main

public static void main(String[] argv)