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

Method next

src/simpledb/Query.java:43–47  ·  view source on GitHub ↗

Returns the next tuple, or throws NoSuchElementException if the iterator is closed. @return The next tuple in the iterator @throws DbException If there is an error in the database system @throws NoSuchElementException If the iterator has finished iterating @th

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

validateInsertMethod · 0.95
runMethod · 0.95
applyPredicateMethod · 0.95
handleQueryStatementMethod · 0.95
handleInsertStatementMethod · 0.95
handleDeleteStatementMethod · 0.95

Calls 1

nextMethod · 0.65

Tested by 3

validateInsertMethod · 0.76
runMethod · 0.76
applyPredicateMethod · 0.76