HPlogo QUERY/iX Reference Manual > Chapter 6 QUERY/iX COMMANDS (cont)

SHOW

MPE documents

Complete PDF
Table of Contents

E0300 Edition 7 ♥
E1098 Edition 6

Displays the current state of an aspect of the QUERY environment.

Syntax



  SH[OW] {DBLIST [data base name]
          INDEX [data base name]
          JOIN [data base name]
          LOCKOPTION [data base name]
          LANG[UAGE]}

Parameters


DBLIST

shows the contents of the data base list. (Refer to the DBLIST= command).

INDEX

shows if a Third Party Indexing (TPI) package has been attached to the data base. If a data base name is not provided, the primary data base will be used.

JOIN

shows the most recent valid JOIN command, if any.

LOCKOPTION

shows the current state of LOCKOPTION which can be reset with the ASSIGN command.

LANGUAGE

is the user language. (Refer to the LANGUAGE= command and Appendix D for more information.)

data base name

is the name of a data base opened with a MULTIDB command. If a name is not specified, QUERY will use the primary data base defined by the DEFINE or DATA-BASE= command.

Example

  >SHOW INDEX TOYDB
  INDEXING = NONE
  >SHOW INDEX MYDB
  INDEXING = SUPERDEX (xxxxxx)  Version: 4.1.4x.2
  >SHOW INDEX TESTDB
  INDEXING = OMNIDEX  Version: 3.05.65
  >SHOW LANGUAGE
  LANGUAGE = NATIVE-3000
  >SHOW DBLIST
  TOYDB,TESTDB
  >SHOW LOCKOPTION
  LOCKOPTION = ON
  >ASSIGN LOCKOPTION=OFF
  >SHOW LOCKOPTION
  LOCKOPTION = OFF




SETLOCKS


SUBSET