Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.08 KB

Console-Command-Dictionary-Remove.md

File metadata and controls

37 lines (26 loc) · 1.08 KB

Console - DICTIONARY REMOVE

Removes the association from the database dictionary.

Syntax

DICTIONARY REMOVE <key>

Where:

  • key The key to remove

Example

DICTIONARY REMOVE obama

Entry removed from the dictionary. Last value of entry was:
--------------------------------------------------
Class: Person   id: 5:4   v.1
--------------------------------------------------
              parent : null
            children : [Person@5:5{parent:Person@5:4,children:null,name:Malia Ann,surname:Obama,city:null}, Person@5:6{parent:Person@5:4,children:null
,name:Natasha,surname:Obama,city:null}]
                name : Barack
             surname : Obama
                city : City@-6:2{name:Honolulu}
--------------------------------------------------

To know all the keys stored in the database dictionary use the DICTIONARY KEYS command.

For complete index (and dictionary) guide look at Index guide.

This is a command of the Orient console. To know all the commands go to Console-Commands.