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

Method ups_db_insert

java/java/de/crupp/upscaledb/Database.java:42–43  ·  view source on GitHub ↗
(long handle, long txnhandle,
      byte[] key, byte[] record, int flags)

Source from the content-addressed store, hash-verified

40 private native int ups_db_get_parameters(long handle, Parameter[] params);
41
42 private native int ups_db_insert(long handle, long txnhandle,
43 byte[] key, byte[] record, int flags);
44
45 private native int ups_db_erase(long handle, long txnhandle,
46 byte[] key, int flags);

Callers 1

insertMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected