org.h2.dev.util
Class RemovePasswords

java.lang.Object
  extended by org.h2.dev.util.RemovePasswords

public class RemovePasswords
extends java.lang.Object

A tool that removes passwords from an unencrypted database.


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

Constructor Detail

RemovePasswords

public RemovePasswords()
Method Detail

main

public static void main(java.lang.String... args)
                 throws java.lang.Exception
Run the tool.

Parameters:
args - the command line arguments
Throws:
java.lang.Exception