Isql
Show commands
As explained in [isql-commands], there are a number of individual show commands within isql
.The general format of the show commands is:
SHOW [<object> [name]]
The object is always required, and the name is required to display details of a specific object.Without a name, the commands will usually display all objects of the requested type.
Unfortunately, unlike the set
commands, there is no handy drill down into the various show
commands using the help command.However, if you execute show
on its own, you will be given a little more assistance.For example, isql
of Firebird 4.0 shows:
SQL> show; Valid options are: CHECKs COMMENTs COLLATEs COLLATIONs DOMAINs DB DATABASE DEPENdency DEPENdencies EXCEPtions FILTERs FUNCtions GENerators GRANTs INDexes INDICES MAPping PROCedures PACKages PUBlications ROLEs SYStem SEQuences SECURITY CLAsses SECCLAsses SCHEmas TABLEs TRIGgers USERS VIEWs Command error: show
The upper case letters indicate what you must type as an absolute minimum.
The show commands are detailed and described below.Where possible, examples from the employee database are shown.