Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
476
bool CppSQLite3Query::eof()
477
{
478
checkVM();
479
return mbEof;
480
}
481
482
483
void CppSQLite3Query::nextRow()
Callers
15
execScalar
Method · 0.80
abstractFromGuid
Method · 0.80
abstractIsExist
Method · 0.80
hasRecord
Method · 0.80
getFirstRowFieldValue
Method · 0.80
sqlToTagDataArray
Method · 0.80
sqlToStyleDataArray
Method · 0.80
sqlToMetaDataArray
Method · 0.80
sqlToDeletedGuidDataArray
Method · 0.80
sqlToDocumentParamDataArray
Method · 0.80
sqlToStringArray
Method · 0.80
initDocumentExFields
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected