pub unsafe fn sqlite3_column_name(
stmt: *mut sqlite3_stmt,
colIdx: c_int,
) -> *const c_char
Expand description
Returns the name assigned to a particular column in the result set of a
SELECT statement
.
pub unsafe fn sqlite3_column_name(
stmt: *mut sqlite3_stmt,
colIdx: c_int,
) -> *const c_char
Returns the name assigned to a particular column in the result set of a
SELECT statement
.