MCPcopy Create free account
hub / github.com/awelm/simpledb / deleteTuple

Method deleteTuple

src/simpledb/DbFile.java:55–55  ·  view source on GitHub ↗

Removes the specifed tuple from the file on behalf of the specified transaction. This method will acquire a lock on the affected pages of the file, and may block until the lock can be acquired. @throws DbException if the tuple cannot be deleted or is not a member of the file

(TransactionId tid, Tuple t)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Implementers 2

SkeletonFiletest/simpledb/TestUtil.java
HeapFilesrc/simpledb/HeapFile.java

Calls

no outgoing calls

Tested by

no test coverage detected