Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hsqldb-databasemanager(1) [debian man page]

HSQLDB-DATABASEMANAGER(1)				      General Commands Manual					 HSQLDB-DATABASEMANAGER(1)

NAME
hsqldb-databasemanager - GUI database management tool SYNOPSIS
hsqldb-databasemanager [options] DESCRIPTION
hsqldb-databasemanager is a GUI tool to manage databases via their JDBC interface. OPTIONS
-driver classname JDBC driver class to use -url url JDBC URL to connect to -user name user name used for connection -password password password for this user -dir path default directory -script file reads from script file -noexit do not call system.exit() -? show a brief help AUTHOR
This manual page was written by Peter Eisentraut for the Debian project. HSQLDB 1.7.3.3 March 2005 HSQLDB-DATABASEMANAGER(1)

Check Out this Related Man Page

SQLLINE:(1)							   User Commands						       SQLLINE:(1)

NAME
sqlline - JDBC command-line utility for issuing SQL SYNOPSIS
sqlline [ option... ] DESCRIPTION
-u <database url> the JDBC URL to connect to -n <username> the username to connect as -p <password> the password to connect as -d <driver class> the driver class to use --color=[true/false] control whether color is used for display --showHeader=[true/false] show column names in query results --headerInterval=ROWS; the interval between which heades are displayed --fastConnect=[true/false] skip building table/column list for tab-completion --autoCommit=[true/false] enable/disable automatic transaction commit --verbose=[true/false] show verbose error messages and debug info --showWarnings=[true/false] display connection warnings --force=[true/false] continue running script even after errors --maxWidth=MAXWIDTH the maximum width of the terminal --maxColumnWidth=MAXCOLWIDTH the maximum width to use when displaying columns --silent=[true/false] be more silent --autosave=[true/false] automatically save preferences --outputformat=[table/vertical/csv/tsv] format mode for result display --isolation=LEVEL set the transaction isolation level --help display this message Usage: java sqlline.SqlLine -u <database url> the JDBC URL to connect to -n <username> the username to connect as -p <password> the password to connect as -d <driver class> the driver class to use --color=[true/false] control whether color is used for display --showHeader=[true/false] show column names in query results --headerInterval=ROWS; the interval between which heades are displayed --fastConnect=[true/false] skip building table/column list for tab-completion --autoCommit=[true/false] enable/disable automatic transaction commit --verbose=[true/false] show verbose error messages and debug info --showWarnings=[true/false] display connection warnings --force=[true/false] continue running script even after errors --maxWidth=MAXWIDTH the maximum width of the terminal --maxColumnWidth=MAXCOLWIDTH the maximum width to use when displaying columns --silent=[true/false] be more silent --autosave=[true/false] automatically save preferences --outputformat=[table/vertical/csv/tsv] format mode for result display --isolation=LEVEL set the transaction isolation level --help display this message -u <database url> the JDBC URL to connect to -n <username> the username to connect as -p <password> the password to connect as -d <driver class> the driver class to use --color=[true/false] control whether color is used for display --showHeader=[true/false] show column names in query results --headerInterval=ROWS; the interval between which heades are displayed --fastConnect=[true/false] skip building table/column list for tab-completion --autoCommit=[true/false] enable/disable automatic transaction commit --verbose=[true/false] show verbose error messages and debug info --showWarnings=[true/false] display connection warnings --force=[true/false] continue running script even after errors --maxWidth=MAXWIDTH the maximum width of the terminal --maxColumnWidth=MAXCOLWIDTH the maximum width to use when displaying columns --silent=[true/false] be more silent --autosave=[true/false] automatically save preferences --outputformat=[table/vertical/csv/tsv] format mode for result display --isolation=LEVEL set the transaction isolation level --help display this message sqlline August 2008 SQLLINE:(1)
Man Page