Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ column_int64
Method
column_int64
extensions/sqlite/SQLiteConnection.h:158–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
uint64_t column_int64(int col) {
159
return sqlite3_column_int64(stmt_, col);
160
}
161
162
double column_double(int col) {
163
return sqlite3_column_double(stmt_, col);
Callers
1
SQLiteTests.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected