Console - DISCONNECT Console - DISCONNECT Closes the currently opened database. Syntax DISCONNECT Example Disconnect from the current database: orientdb > DISCONNECT...
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 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...
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 This section contains internal technical information. Users usually are not interested to such technical details, but if you want to hack OrientDB or become ...
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...
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...
Console - INDEXES Console - INDEXES Displays all indexes in the current database. Syntax INDEXES Example Display indexes in the current database: orientdb { db = G...
Traverse Traversing strategies DEPTH_FIRST strategy BREADTH_FIRST strategy Context variables SQL Traverse Native Fluent API Example using an anonymous OCommandPredicate as pr...