Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ cursor
Method
cursor
basex-core/src/main/java/org/basex/gui/GUI.java:296–298 ·
view source on GitHub ↗
Sets a cursor. @param cursor cursor to be set
(final Cursor cursor)
Source
from the content-addressed store, hash-verified
294
* @param cursor cursor to be set
295
*/
296
public
void
cursor(
final
Cursor cursor) {
297
cursor(cursor, false);
298
}
299
300
/**
301
* Sets a cursor.
Callers
14
execute
Method · 0.95
stop
Method · 0.95
testCursor
Method · 0.45
testMore
Method · 0.45
testRead1
Method · 0.45
testRead4
Method · 0.45
testRead5
Method · 0.45
testReadNum
Method · 0.45
testReadBytesInt
Method · 0.45
testCursorLong
Method · 0.45
testWrite4Int
Method · 0.45
testPerfWriteTokenBig
Method · 0.45
Calls
no outgoing calls
Tested by
11
testCursor
Method · 0.36
testMore
Method · 0.36
testRead1
Method · 0.36
testRead4
Method · 0.36
testRead5
Method · 0.36
testReadNum
Method · 0.36
testReadBytesInt
Method · 0.36
testCursorLong
Method · 0.36
testWrite4Int
Method · 0.36
testPerfWriteTokenBig
Method · 0.36
testWriteNum
Method · 0.36