书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 294 个相关结果.
  • Config Get

    Console - CONFIG GET Console - CONFIG GET Displays the value of the requested configuration variable. Syntax CONFIG GET < config - variable > <config-variable> Def...
  • List Classes

    Console - LIST CLASSES Console - LIST CLASSES Displays all configured classes in the current database. Syntax: Long Syntax: LIST CLASSES Short Syntax: CLASSES ...
  • Drop User

    SQL - DROP USER SQL - DROP USER Removes a user from the current database. This feature was introduced in version 2.2 Syntax DROP USER <user> <user> Defines the use...
  • Sleep

    Console - SLEEP Console - SLEEP Pauses the console for the given amount a time. You may find this command useful in working with batches or to simulate latency. Syntax SLE...
  • From 1.6.x to 1.7.x

    Migration from 1.6.x to 1.7.x Engine Migration from 1.6.x to 1.7.x Databases created with release 1.6.x are compatible with 1.7, so you don’t have to export/import the databas...
  • Disconnect

    Console - DISCONNECT Console - DISCONNECT Closes the currently opened database. Syntax DISCONNECT Example Disconnect from the current database: orientdb > DISCONNECT...
  • Web Apps

    Web Applications Manual control Graph API Document API Automatic control using Servlet Filters Create a Filter class Filter with Graph API Filter with Document API Register t...
  • Live Query

    Live Query Traditional queries vs. Live Query Standard query LIVE query When should you use LiveQuery Supported interfaces Enabling LiveQuery LiveQuery in Java LiveQuery in ...
  • Drop Class

    SQL - DROP CLASS SQL - DROP CLASS Removes a class from the schema. Syntax DROP CLASS <class> [ UNSAFE ] <class> Defines the class you want to remove. UNSAFE D...
  • Set

    Console - SET Console - SET Changes the value of a property. Syntax SET < property - name > < property - value > <property-name> Defines the name of the property <...