Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cruppstahl/upscaledb
/ getHandle
Method
getHandle
java/java/de/crupp/upscaledb/Database.java:389–391 ·
view source on GitHub ↗
Retrieves the database handle
()
Source
from the content-addressed store, hash-verified
387
* Retrieves the database handle
388
*/
389
public
long getHandle() {
390
return
m_handle;
391
}
392
393
/**
394
* Adds a cursor - used by Cursor.java
Callers
5
find
Method · 0.45
insert
Method · 0.45
erase
Method · 0.45
bulkOperations
Method · 0.45
getCount
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected