Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qsql_sqlite_vfs_p.h
Go to the documentation of this file.
1// Copyright (C) 2023 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
5#ifndef QSQL_SQLITE_VFS_H
6#define QSQL_SQLITE_VFS_H
7
8//
9// W A R N I N G
10// -------------
11//
12// This file is not part of the Qt API. It exists purely as an
13// implementation detail. This header file may change from version to
14// version without notice, or even be removed.
15//
16// We mean it.
17//
18
19#include <QtCore/qtconfigmacros.h>
20
22
23void register_qt_vfs();
24
25QT_END_NAMESPACE
26
27#endif // QSQL_SQLITE_VFS_H
QtFile(const QString &name, bool removeOnClose)
int xRandomness(sqlite3_vfs *svfs, int nByte, char *zOut)
int xWrite(sqlite3_file *sfile, const void *data, int iAmt, sqlite3_int64 iOfst)
int xLock(sqlite3_file *, int)
int xSleep(sqlite3_vfs *svfs, int microseconds)
int xOpen(sqlite3_vfs *svfs, sqlite3_filename zName, sqlite3_file *sfile, int flags, int *pOutFlags)
int xGetLastError(sqlite3_vfs *, int, char *)
int xFileSize(sqlite3_file *sfile, sqlite3_int64 *pSize)
int xRead(sqlite3_file *sfile, void *ptr, int iAmt, sqlite3_int64 iOfst)
int xFullPathname(sqlite3_vfs *, const char *zName, int nOut, char *zOut)
int xAccess(sqlite3_vfs *, const char *zName, int flags, int *pResOut)
int xCurrentTime(sqlite3_vfs *svfs, double *zOut)
int xFileControl(sqlite3_file *, int, void *)
int xDeviceCharacteristics(sqlite3_file *)
int xCheckReservedLock(sqlite3_file *, int *pResOut)
int xSectorSize(sqlite3_file *)
int xUnlock(sqlite3_file *, int)
int xSync(sqlite3_file *sfile, int)
int xDelete(sqlite3_vfs *, const char *zName, int)
int xCurrentTimeInt64(sqlite3_vfs *svfs, sqlite3_int64 *zOut)
int xTruncate(sqlite3_file *sfile, sqlite3_int64 size)
int xClose(sqlite3_file *sfile)
#define PATH_MAX
void register_qt_vfs()
sqlite3_io_methods ioMethods