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.
pub unsafe fn sqlite3_column_count(stmt: *mut sqlite3_stmt) -> c_int
C interface definition of sqlite Returns the number of columns in the result set returned by the prepared statement.