MCPcopy 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

executeMethod · 0.95
stopMethod · 0.95
testCursorMethod · 0.45
testMoreMethod · 0.45
testRead1Method · 0.45
testRead4Method · 0.45
testRead5Method · 0.45
testReadNumMethod · 0.45
testReadBytesIntMethod · 0.45
testCursorLongMethod · 0.45
testWrite4IntMethod · 0.45
testPerfWriteTokenBigMethod · 0.45

Calls

no outgoing calls

Tested by 11

testCursorMethod · 0.36
testMoreMethod · 0.36
testRead1Method · 0.36
testRead4Method · 0.36
testRead5Method · 0.36
testReadNumMethod · 0.36
testReadBytesIntMethod · 0.36
testCursorLongMethod · 0.36
testWrite4IntMethod · 0.36
testPerfWriteTokenBigMethod · 0.36
testWriteNumMethod · 0.36