Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qsql_sqlite_vfs.cpp File Reference

(50f24f71522d77864dfe8342eba151436825d1cf)

#include "qsql_sqlite_vfs_p.h"
#include <QFile>
#include <limits.h>
#include <sqlite3.h>
#include <stdio.h>
+ Include dependency graph for qsql_sqlite_vfs.cpp:

Go to the source code of this file.

Macros

#define PATH_MAX   FILENAME_MAX
 

Typedefs

typedef const char * sqlite3_filename
 

Functions

void register_qt_vfs ()
 

Macro Definition Documentation

◆ PATH_MAX

#define PATH_MAX   FILENAME_MAX

Definition at line 13 of file qsql_sqlite_vfs.cpp.

Referenced by register_qt_vfs().

Typedef Documentation

◆ sqlite3_filename

typedef const char* sqlite3_filename

Definition at line 16 of file qsql_sqlite_vfs.cpp.

Function Documentation

◆ register_qt_vfs()

void register_qt_vfs ( )

Definition at line 225 of file qsql_sqlite_vfs.cpp.

References PATH_MAX.

Referenced by QSQLiteDriverPlugin::QSQLiteDriverPlugin().

+ Here is the caller graph for this function: