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

Method fieldDeclType

src/database/cppsqlite3.cpp:450–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448}
449
450CString CppSQLite3Query::fieldDeclType(int nCol)
451{
452 checkVM();
453
454 if (nCol < 0 || nCol > mnCols-1)
455 {
456 throw CppSQLite3Exception(CPPSQLITE_ERROR, "Invalid field index requested");
457 }
458
459 return sqlite3_column_decltype(mpVM, nCol);
460}
461
462
463int CppSQLite3Query::fieldDataType(int nCol)

Callers

nothing calls this directly

Calls 1

CppSQLite3ExceptionClass · 0.85

Tested by

no test coverage detected