pub unsafe fn sqlite3_column_int64(
stmt: *mut sqlite3_stmt,
colIdx: c_int,
) -> sqlite3_int64
Expand description
Get a 64bit integer result value from a column in the current result row.
pub unsafe fn sqlite3_column_int64(
stmt: *mut sqlite3_stmt,
colIdx: c_int,
) -> sqlite3_int64
Get a 64bit integer result value from a column in the current result row.