Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1345414527/MIT6.830
/ setTransaction
Method
setTransaction
src/java/simpledb/Parser.java:484–486 ·
view source on GitHub ↗
(Transaction t)
Source
from the content-addressed store, hash-verified
482
}
483
484
public
void
setTransaction(Transaction t) {
485
curtrans = t;
486
}
487
488
public
Transaction getTransaction() {
489
return
curtrans;
Callers
1
queryTest
Method · 0.95
Calls
no outgoing calls
Tested by
1
queryTest
Method · 0.76