Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 720 Bytes

Console-Command-Dictionary-Keys.md

File metadata and controls

32 lines (23 loc) · 720 Bytes
search
keywords
console
command
dictionary
keys
DICTIONARY KEYS

Console - DICTIONARY KEYS

Displays all the keys stored in the database dictionary.

Syntax

DICTIONARY KEYS

Example

  • Display all the keys stored in the database dictionary:

    orientdb> DICTIONARY KEYS
    
    Found 4 keys:
    #0: key-148
    #1: key-147
    #2: key-146
    #3: key-145
    

To load the records associated with these keys, use the DICTIONARY GET command. For more information on indexes, see Indexes.

For more information on other commands, see Console Commands.