MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getInt

Method getInt

Source/3rdParty/sqlite/SQLiteCpp/Column.cpp:53–56  ·  view source on GitHub ↗

Return the integer value of the column specified by its index starting at 0

Source from the content-addressed store, hash-verified

51
52// Return the integer value of the column specified by its index starting at 0
53int32_t Column::getInt() const noexcept
54{
55 return sqlite3_column_int(mStmtPtr.get(), mIndex);
56}
57
58// Return the unsigned integer value of the column specified by its index starting at 0
59uint32_t Column::getUInt() const noexcept

Callers 1

tableExistsMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected