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.