Module org.hsqldb

Class DatabaseManagerSwing

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

public class DatabaseManagerSwing extends JFrame implements ActionListener, WindowListener, KeyListener, MouseListener
Swing Tool for managing 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
              --dir <path>          default directory
              --script <file>       reads from script file
              --urlid <urlid>       get connection info from RC file
              --rcfile <file>       use instead of default (with urlid)
              --noexit              Don't exit JVM
 
 
Note that the sys-table switch will not work for Oracle, because Oracle does not categorize their system tables correctly in the JDBC Metadata.
Since:
1.7.0
Author:
dmarshall@users, Bob Preston (sqlbob@users dot sourceforge.net)
See Also: