mirror of https://gitee.com/bigwinds/arangodb
29 lines
856 B
Plaintext
29 lines
856 B
Plaintext
!CHAPTER Sequential Access and Cursors
|
|
|
|
!SUBSECTION Has Next
|
|
<!-- js/common/modules/org/arangodb/simple-query-common.js -->
|
|
@startDocuBlock cursorHasNext
|
|
|
|
!SUBSECTION Next
|
|
<!-- js/common/modules/org/arangodb/simple-query-common.js -->
|
|
@startDocuBlock cursorNext
|
|
|
|
!SUBSECTION Set Batch size
|
|
<!-- js/common/modules/org/arangodb/simple-query-common.js -->
|
|
@startDocuBlock cursorSetBatchSize
|
|
|
|
!SUBSECTION Get Batch size
|
|
<!-- js/common/modules/org/arangodb/simple-query-common.js -->
|
|
@startDocuBlock cursorGetBatchSize
|
|
|
|
!SUBSECTION Execute Query
|
|
<!-- js/common/modules/org/arangodb/simple-query-common.js -->
|
|
@startDocuBlock queryExecute
|
|
|
|
!SUBSECTION Dispose
|
|
<!-- js/common/modules/org/arangodb/simple-query-common.js -->
|
|
@startDocuBlock cursorDispose
|
|
|
|
!SUBSECTION Count
|
|
<!-- js/common/modules/org/arangodb/simple-query-common.js -->
|
|
@startDocuBlock cursorCount |