1
0
Fork 0
arangodb/Documentation/DocuBlocks/collectionCreateDocumentCol...

459 B

//////////////////////////////////////////////////////////////////////////////// /// @startDocuBlock collectionCreateDocumentCollection /// @brief creates a new document collection /// db._createDocumentCollection(collection-name) /// /// Creates a new document collection named collection-name. If the /// document name already exists and error is thrown. /// @endDocuBlock ////////////////////////////////////////////////////////////////////////////////