org.makumba
Class delete

java.lang.Object
  extended by org.makumba.delete

public class delete
extends Object

Deletes records from a database. The database configuration must have admin# confirmations that match each of the indicated types. java org.makumba.delete destinationDb type1 [type2 ...] Deletion is logged (see Logger, MakumbaSystem.setLoggingRoot(java.lang.String)) in the "db.admin.delete" logger, with Level.INFO logging level.


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

delete

public delete()
Method Detail

main

public static void main(String[] argv)