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

Method insert

java/java/de/crupp/upscaledb/Database.java:176–179  ·  view source on GitHub ↗

Inserts a Database item @see Database#insert(Transaction, byte[], byte[], int)

(byte[] key, byte[] record)

Source from the content-addressed store, hash-verified

174 * @see Database#insert(Transaction, byte[], byte[], int)
175 */
176 public void insert(byte[] key, byte[] record)
177 throws DatabaseException {
178 insert(key, record, 0);
179 }
180
181 /**
182 * Inserts a Database item

Callers 13

testBeginInsertAbortMethod · 0.95
testBeginEraseAbortMethod · 0.95
testBeginInsertCommitMethod · 0.95
testCursorMethod · 0.95
testFlushEnvironmentMethod · 0.95
testRenameDatabaseMethod · 0.95
testEraseDatabaseMethod · 0.95
testSelectMethod · 0.95
testSelectRangeMethod · 0.95
testSetComparator1Method · 0.95
testSetComparator2Method · 0.95

Calls 2

ups_db_insertMethod · 0.95
getHandleMethod · 0.45

Tested by 13

testBeginInsertAbortMethod · 0.76
testBeginEraseAbortMethod · 0.76
testBeginInsertCommitMethod · 0.76
testCursorMethod · 0.76
testFlushEnvironmentMethod · 0.76
testRenameDatabaseMethod · 0.76
testEraseDatabaseMethod · 0.76
testSelectMethod · 0.76
testSelectRangeMethod · 0.76
testSetComparator1Method · 0.76
testSetComparator2Method · 0.76