Function sqlite3_column_int64
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn sqlite3_column_int64(
stmt: *mut Sqlite3Stmt,
i_col: c_int,
) -> i64
Expand description
Get an integer value from column i_col.
ยงSafety
stmt must be a valid handle with an active row.