Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cruppstahl/upscaledb
/ getHandle
Method
getHandle
java/java/de/crupp/upscaledb/Cursor.java:476–478 ·
view source on GitHub ↗
Returns the Cursor handle
()
Source
from the content-addressed store, hash-verified
474
* Returns the Cursor handle
475
*/
476
public
long getHandle() {
477
return
m_handle;
478
}
479
480
private
long m_handle;
481
private
Database m_db;
Callers
3
testCursorDatabaseLong
Method · 0.95
selectRange
Method · 0.45
create
Method · 0.45
Calls
no outgoing calls
Tested by
1
testCursorDatabaseLong
Method · 0.76