Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cruppstahl/upscaledb
/ ups_cursor_create
Method
ups_cursor_create
java/java/de/crupp/upscaledb/Cursor.java:23–23 ·
view source on GitHub ↗
(long dbhandle, long txnhandle)
Source
from the content-addressed store, hash-verified
21
public
class
Cursor {
22
23
private
native long ups_cursor_create(long dbhandle, long txnhandle);
24
25
private
native long ups_cursor_clone(long handle);
26
Callers
1
create
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected