Function sqlite3_column_database_name

Source
pub unsafe fn sqlite3_column_database_name(
    stmt: *mut sqlite3_stmt,
    colIdx: c_int,
) -> *const c_char
Expand description

These routines provide a means to determine the database, table, and table column that is the origin of a particular result column in SELECT statement.

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