Console - INFO CLASS

Displays all information on givne class.

Syntax

  1. INFO CLASS <class-name>
  • <class-name> Defines what class you want information on.

Example

  • Display information on class Profile

    1. orientdb> INFO CLASS Profile
    2.  
    3. Default cluster......: profile (id=10)
    4. Supported cluster ids: [10]
    5. Properties:
    6. --------+----+----------+-----------+---------+-----------+----------+-----+----
    7. NAME | ID | TYPE | LINK TYPE | INDEX | MANDATORY | NOT NULL | MIN | MAX
    8. --------+----+----------+-----------+---------+-----------+----------+-----+----
    9. nick | 3 | STRING | null | | false | false | 3 | 30
    10. name | 2 | STRING | null |NOTUNIQUE| false | false | 3 | 30
    11. surname| 1 | STRING | null | | false | false | 3 | 30
    12. ... | | ... | ... | ... | ... | ... |... | ...
    13. photo | 0 | TRANSIENT| null | | false | false | |
    14. --------+----+----------+-----------+---------+-----------+----------+-----+----

For more information on other commands, see Console Commands.