mirror of https://gitee.com/bigwinds/arangodb
485 B
485 B
////////////////////////////////////////////////////////////////////////////////
/// @startDocuBlock cursorDispose
/// @brief disposes the result
/// cursor.dispose()
///
/// If you are no longer interested in any further results, you should call
/// dispose in order to free any resources associated with the cursor.
/// After calling dispose you can no longer access the cursor.
/// @endDocuBlock
////////////////////////////////////////////////////////////////////////////////