Oihana PHP Arango

DocumentsCommandAction uses ConstantsTrait

The enumeration of actions in the DocumentsCommand.

Tags
author

Marc Alcaraz (ekameleon)

since
1.0.0

Table of Contents

Constants

COUNT  : string = 'count'
The 'count' action.
DELETE  : string = 'delete'
The 'delete' action.
EXIST  : string = 'exist'
The 'exist' action.
GET  : string = 'get'
The 'get' action.
HARVEST  : string = 'harvest'
The 'harvest' action.
INSERT  : string = 'insert'
The 'insert' action.
LIST  : string = 'list'
The 'list' action.
REPLACE  : string = 'replace'
The 'replace' action.
REPSERT  : string = 'repsert'
The 'repsert' action.
TRUNCATE  : string = 'truncate'
The 'truncate' action.
UPDATE  : string = 'update'
The 'update' action.
UPSERT  : string = 'upsert'
The 'upsert' action.

Constants

On this page

Search results