Skip to main content

sqlite3_column_type

Function sqlite3_column_type 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn sqlite3_column_type( stmt: *mut Sqlite3Stmt, i_col: c_int, ) -> c_int
Expand 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.