cqtool

Displays information about the list of commands available for the CQTool.

Synopsis

cqtool command [options]

Description

The cqtool command when run without any arguments displays the following content:
Command aliases
  • er => edit_record
  • sr => submit
  • fr => find_record
  • nq => new_query
  • query => run_query
Information commands
  • alias
  • status
Control commands
  • login
  • logout
Commands
  • new_folder
  • add_attachment
  • new_query
  • run_query
  • status
  • remove_attachment
  • login logout
  • edit_record
  • export_query
  • submit
  • rename_query
  • find_record
  • import_query
  • move_query
  • rename_folder
  • move_folder

Options and arguments

The following command options can be given with most commands.

- d/atabase name
Specifies the name of the database to access.
-h/elp
Specifies the options available for the subcommand.
-p/assword value
Specifies the password for the user logging in.
-s/chema | -m/aster name
Specifies the name of the schema repository to access.
- u/ser name
Specifies the name of the user logging in.

Examples

Use the login command to log in to the SAMPL database and start an interactive session. Once the session is started, subcommands can be entered at the CQTool prompt (CQTOOL >).

CQTOOL login -schema CLSIC -d SAMPL -u tom -p <mypassword>

Use the -help option to see the online help for the edit_record command.

CQTOOL edit_record -help

Feedback