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

Method numFields

src/database/cppsqlite3.cpp:184–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182
183
184int CppSQLite3Query::numFields()
185{
186 checkVM();
187 return mnCols;
188}
189
190
191const char* CppSQLite3Query::fieldValue(int nField)

Callers 1

execScalarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected