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