MCPcopy 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

findMethod · 0.45
insertMethod · 0.45
eraseMethod · 0.45
bulkOperationsMethod · 0.45
getCountMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected