MCPcopy Create free account
hub / github.com/1345414527/MIT6.830 / close

Method close

src/java/simpledb/execution/Insert.java:77–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 }
76
77 public void close() {
78 // some code goes here
79 child.close();
80 iterator = null;
81 super.close();
82 }
83
84 public void rewind() throws DbException, TransactionAbortedException {
85 // some code goes here

Callers 4

insertRowMethod · 0.95
insertRowMethod · 0.95
validateInsertMethod · 0.95
insertRowMethod · 0.95

Calls 1

closeMethod · 0.65

Tested by 4

insertRowMethod · 0.76
insertRowMethod · 0.76
validateInsertMethod · 0.76
insertRowMethod · 0.76