Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cruppstahl/upscaledb
/ ups_cursor_close
Method
ups_cursor_close
java/java/de/crupp/upscaledb/Cursor.java:48–48 ·
view source on GitHub ↗
(long handle)
Source
from the content-addressed store, hash-verified
46
private
native long ups_cursor_get_record_size(long handle);
47
48
private
native
int
ups_cursor_close(long handle);
49
50
/**
51
* Constructor - assigns a Database object and a Cursor handle
Callers
1
closeNoLock
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected