MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / eof

Method eof

src/database/cppsqlite3.cpp:476–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474
475
476bool CppSQLite3Query::eof()
477{
478 checkVM();
479 return mbEof;
480}
481
482
483void CppSQLite3Query::nextRow()

Callers 15

execScalarMethod · 0.80
abstractFromGuidMethod · 0.80
abstractIsExistMethod · 0.80
hasRecordMethod · 0.80
getFirstRowFieldValueMethod · 0.80
sqlToTagDataArrayMethod · 0.80
sqlToStyleDataArrayMethod · 0.80
sqlToMetaDataArrayMethod · 0.80
sqlToStringArrayMethod · 0.80
initDocumentExFieldsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected