com.triactive.jdo
Class DropJDOTables

java.lang.Object
  extended bycom.triactive.jdo.DropJDOTables

public class DropJDOTables
extends java.lang.Object

A command-line utility to clear all JDO tables use with the specified database and schema.

Author:
Mike Martin

Method Summary
static void main(java.lang.String[] args)
          Called when the class is invoked from the command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
Called when the class is invoked from the command line.

Parameters:
args - Ignored.


Copyright © 2001-2007 The TJDO Project All Rights Reserved.