MCPcopy Create free account
hub / github.com/cruppstahl/upscaledb / Cursor

Method Cursor

java/java/de/crupp/upscaledb/Cursor.java:53–56  ·  view source on GitHub ↗

Constructor - assigns a Database object and a Cursor handle

(Database db, long handle)

Source from the content-addressed store, hash-verified

51 * Constructor - assigns a Database object and a Cursor handle
52 */
53 public Cursor(Database db, long handle) {
54 m_db = db;
55 m_handle = handle;
56 }
57
58 /**
59 * Constructor - creates a new Cursor of a Database

Callers

nothing calls this directly

Calls 1

createMethod · 0.95

Tested by

no test coverage detected