Module org.hsqldb

Class DatabaseManager

All Implemented Interfaces:
ActionListener, KeyListener, WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class DatabaseManager extends Panel implements ActionListener, WindowListener, KeyListener
AWT Tool for manageing a JDBC database.
 
             Usage: java DatabaseManagerSwing [--options]
             where options include:
              --driver <classname>  jdbc driver class
              --url <name>          jdbc url
              --user <name>         username used for connection
              --password <password> password for this user
              --urlid <urlid>       get connection info from RC file
              --rcfile <file>       use instead of default (with urlid)
              --dir <path>          default directory
              --script <file>       reads from script file
 
Originally in HypersonicSQL. Extended in various versions of HSQLDB.
Since:
Hypersonic SQL
Author:
Thomas Mueller (Hypersonic SQL Group)
See Also: