Declares an intent on current database. Intents are a way to tell to OrientDB what you're going to do.
DECLARE INTENT <intent-name>
Where:
- intent-name The name of the intent. "null" means remove the current intent. Supported ones are:
- massiveinsert
- massiveread
DECLARE INTENT massiveinsert
This is a command of the Orient console. To know all the commands go to Console-Commands.