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

Method closeNoLock

java/java/de/crupp/upscaledb/Cursor.java:465–471  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

463 }
464
465 public void closeNoLock()
466 throws DatabaseException {
467 int status = ups_cursor_close(m_handle);
468 if (status != 0)
469 throw new DatabaseException(status);
470 m_handle = 0;
471 }
472
473 /**
474 * Returns the Cursor handle

Callers 2

closeCursorsMethod · 0.95
closeMethod · 0.95

Calls 1

ups_cursor_closeMethod · 0.95

Tested by

no test coverage detected