#[unsafe(no_mangle)]pub unsafe extern "C" fn sqlite3_column_type(
stmt: *mut Sqlite3Stmt,
i_col: c_int,
) -> c_intExpand description
Type of value in column i_col of the current row.
ยงSafety
stmt must be a valid handle, and a row must be available via sqlite3_step.