-
Notifications
You must be signed in to change notification settings - Fork 16
Command Reference
Scott C Gray edited this page Feb 26, 2017
·
7 revisions
Most jsqsh commands are preceded with a backslash (\), however
a number of commands come with built-in aliases for convenience
(see the Alias(s) column). Most jsqsh command take additional
command line arguments, for details on how command line arguments
work within jsqsh see options.
| Command | Alias(s) | Description |
|---|---|---|
| [[\alias | alias]] | |
| [[\buf-append | buf_append]] | |
| [[\buf-copy | buf_copy]] | |
| [[\buf-edit | buf_edit]] | \edit, vi, emacs |
| [[\buf-load | buf_load]] | :r |
| [[\call | call]] | |
| [[\connect | connect]] | |
| [[\create | create]] | |
| [[\databases | databases]] | \dbs |
| [[\describe | describe]] | |
| [[\drivers | drivers]] | |
| [[\echo | echo]] | |
| [[\end | end]] | |
| [[\eval | eval]] | :e |
| [[\go | go]] | go |
| [[\help | help]] | |
| [[\history | history]] | |
| [[\import | import]] | |
| [[\insert | insert]] | |
| [[\macro | macro]] | |
| [[\prepare | prepare]] | |
| [[\procs | procs]] | |
| [[\quit | quit]] | quit |
| [[\read | read]] | |
| [[\reset | reset]] | |
| [[\select | select]] | |
| [[\session | session]] | \s |
| [[\set | set]] | |
| [[\setup | setup]] | |
| [[\show | show]] | |
| [[\stack | stack]] | |
| [[\tables | tables]] | |
| [[\tree | tree]] | |
| [[\unset | unset]] |