SYNOPSIS
hsqldb-querytool [options]DESCRIPTION
hsqldb-querytool is a GUI tool to issue SQL statements via JDBC.OPTIONS
- -driver classname
- JDBC driver class to use
- -url name
- first part of the JDBC URL to connect to
- -database name
- second part of the JDBC URL to connect to
- -user name
- user name used for connection
- -password password
- password for this user
- -test [true|false]
- insert test data
- -log [true|false]
- write log to system out
- -?
- show a brief help
AUTHOR
This manual page was written by Peter Eisentraut for the Debian project.