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

    Console - DISCONNECT Console - DISCONNECT Closes the currently opened database. Syntax DISCONNECT Example Disconnect from the current database: orientdb > DISCONNECT...
  • 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 ...
  • Functions

    Functions Functions OrientDB allows to extend the SQL language by providing Functions . Functions can be used also to create data-driven micro services. For more information loo...
  • Get

    Console - GET Console - GET Returns the value of the requested property. Syntax GET < property - name > <property-name> Defines the name of the property. Example ...
  • Internals

    Internals Internals This section contains internal technical information. Users usually are not interested to such technical details, but if you want to hack OrientDB or become ...
  • Properties

    Console - PROPERTIES Console - PROPERTIES Displays all configured properties. Syntax PROPERTIES Example List configured properties: orientdb > PROPERTIES   PROP...
  • 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...
  • Indexes

    Console - INDEXES Console - INDEXES Displays all indexes in the current database. Syntax INDEXES Example Display indexes in the current database: orientdb { db = G...
  • Traverse

    Traverse Traversing strategies DEPTH_FIRST strategy BREADTH_FIRST strategy Context variables SQL Traverse Native Fluent API Example using an anonymous OCommandPredicate as pr...