org.makumba.devel
Class open

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

public class open
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

Constructor Summary
open()
           
 
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
 

Constructor Detail

open

public open()
Method Detail

main

public static void main(String[] argv)