sqlite_wasm_rs::export

Function sqlite3_column_count

Source
pub unsafe fn sqlite3_column_count(stmt: *mut sqlite3_stmt) -> c_int
Expand description

C interface definition of sqlite Returns the number of columns in the result set returned by the prepared statement.

See https://www.sqlite.org/c3ref/column_count.html