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

Method fieldDataType

src/database/cppsqlite3.cpp:463–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461
462
463int CppSQLite3Query::fieldDataType(int nCol)
464{
465 checkVM();
466
467 if (nCol < 0 || nCol > mnCols-1)
468 {
469 throw CppSQLite3Exception(CPPSQLITE_ERROR, "Invalid field index requested");
470 }
471
472 return sqlite3_column_type(mpVM, nCol);
473}
474
475
476bool CppSQLite3Query::eof()

Callers

nothing calls this directly

Calls 1

CppSQLite3ExceptionClass · 0.85

Tested by

no test coverage detected