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

Method erase

java/java/de/crupp/upscaledb/Database.java:253–256  ·  view source on GitHub ↗

Erases a Database item @see Database#erase(Transaction, byte[])

(byte[] key)

Source from the content-addressed store, hash-verified

251 * @see Database#erase(Transaction, byte[])
252 */
253 public void erase(byte[] key)
254 throws DatabaseException {
255 erase(null, key);
256 }
257
258 /**
259 * Erases a Database item

Callers 1

testBeginEraseAbortMethod · 0.95

Calls 2

ups_db_eraseMethod · 0.95
getHandleMethod · 0.45

Tested by 1

testBeginEraseAbortMethod · 0.76