Console - BROWSE CLASS

Displays all records associated with the given class.

Syntax:

  1. BROWSE CLASS <class-name>
  • <class-name> Defines the class for the records you want to display.

Example:

  • Browse records associated with the class City:

    1. orientdb> BROWSE CLASS City
    2.  
    3. ----+------+-------------------
    4. # | RID | NAME
    5. ----+------+-------------------
    6. 0 | -6:0 | Rome
    7. 1 | -6:1 | London
    8. 2 | -6:2 | Honolulu
    9. ----+------+-------------------

For more information on other commands, see Console Commands.