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

Method finalize

java/java/de/crupp/upscaledb/Transaction.java:38–41  ·  view source on GitHub ↗

Destructor - automatically aborts the Transaction

()

Source from the content-addressed store, hash-verified

36 * Destructor - automatically aborts the Transaction
37 */
38 public void finalize()
39 throws DatabaseException {
40 abort();
41 }
42
43 /**
44 * Aborts the Transaction

Callers

nothing calls this directly

Calls 1

abortMethod · 0.95

Tested by

no test coverage detected