MCPcopy Create free account
hub / github.com/cruppstahl/upscaledb / ups_cursor_clone

Method ups_cursor_clone

java/java/de/crupp/upscaledb/Cursor.java:25–25  ·  view source on GitHub ↗
(long handle)

Source from the content-addressed store, hash-verified

23 private native long ups_cursor_create(long dbhandle, long txnhandle);
24
25 private native long ups_cursor_clone(long handle);
26
27 private native int ups_cursor_move_to(long handle, int flags);
28

Callers 1

cloneCursorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected