Searched refs:sqlite3_db_name (Results 1 – 5 of 5) sorted by relevance
511 sqlite3_db_name,
685 #define sqlite3_db_name sqlite3_api->db_name macro
4658 const char *sqlite3_db_name(sqlite3 *db, int N){ in sqlite3_db_name() function
6329 ** ^The sqlite3_db_name(D,N) interface returns a pointer to the schema name6335 ** Space to hold the string that is returned by sqlite3_db_name() is managed6345 const char *sqlite3_db_name(sqlite3 *db, int N);
561 return capi.sqlite3_db_name(affirmDbOpen(this).pointer, dbNumber);