Console - CONFIG GET Console - CONFIG GET Displays the value of the requested configuration variable. Syntax CONFIG GET < config - variable > <config-variable> Def...
Console - LIST CLASSES Console - LIST CLASSES Displays all configured classes in the current database. Syntax: Long Syntax: LIST CLASSES Short Syntax: CLASSES ...
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...
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...
Console - DISCONNECT Console - DISCONNECT Closes the currently opened database. Syntax DISCONNECT Example Disconnect from the current database: orientdb > DISCONNECT...
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 Traditional queries vs. Live Query Standard query LIVE query When should you use LiveQuery Supported interfaces Enabling LiveQuery LiveQuery in Java LiveQuery in ...
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...
Console - SET Console - SET Changes the value of a property. Syntax SET < property - name > < property - value > <property-name> Defines the name of the property <...