SQLITE3_FILENAME(3) Library Functions Manual SQLITE3_FILENAME(3)

sqlite3_filenamefile name

#include <sqlite3.h>

typedef const char *sqlite3_filename;

Type sqlite3_filename is used by SQLite to pass filenames to the xOpen method of a VFS. It may be cast to (const char*) and treated as a normal, nul-terminated, UTF-8 buffer containing the filename, but may also be passed to special APIs such as:

These declarations were extracted from the interface documentation at line 1275.

typedef const char *sqlite3_filename;
January 24, 2024 NetBSD 11.0