Skip to main content

column_name

Function column_name 

Source
pub unsafe fn column_name(
    stmt: *mut sqlite3_stmt,
    index: c_int,
) -> Option<String>
Expand description

Get the column name from a result.

ยงSafety

  • stmt must be a valid prepared statement
  • index must be a valid 0-based column index