pub unsafe fn sqlite3_column_bytes(
stmt: *mut sqlite3_stmt,
colIdx: c_int,
) -> c_int
Expand description
Returns the initial data type of the result column in the current result row.
pub unsafe fn sqlite3_column_bytes(
stmt: *mut sqlite3_stmt,
colIdx: c_int,
) -> c_int
Returns the initial data type of the result column in the current result row.