命令 - SET

变更属性的值。

Syntax

SET <property-name> <property-value>
  • <property-name> 定义属性的名称。
  • <property-value> 定义属性的值。

例子

  • 变更LIMIT属性到100:

    orientdb> SET LIMIT 100
    
    Previous value was: 20
    limit = 100
    

展示所有属性,使用PROPERTIES command。展示一个特定的属性,使用GET命令。