sqlite3_file.sqlite3_io_methods

Undocumented in source.

Members

Variables

iVersion
int iVersion;
Undocumented in source.
xCheckReservedLock
int function(sqlite3_file*, int* pResOut) xCheckReservedLock;
Undocumented in source.
xClose
int function(sqlite3_file*) xClose;
Undocumented in source.
xDeviceCharacteristics
int function(sqlite3_file*) xDeviceCharacteristics;
Undocumented in source.
xFetch
int function(sqlite3_file*, sqlite3_int64 iOfst, int iAmt, void** pp) xFetch;
Undocumented in source.
xFileControl
int function(sqlite3_file*, int op, void* pArg) xFileControl;
Undocumented in source.
xFileSize
int function(sqlite3_file*, sqlite3_int64* pSize) xFileSize;
Undocumented in source.
xLock
int function(sqlite3_file*, int) xLock;
Undocumented in source.
xRead
int function(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst) xRead;
Undocumented in source.
xSectorSize
int function(sqlite3_file*) xSectorSize;
Undocumented in source.
xShmBarrier
void function(sqlite3_file*) xShmBarrier;
Undocumented in source.
xShmLock
int function(sqlite3_file*, int offset, int n, int flags) xShmLock;
Undocumented in source.
xShmMap
int function(sqlite3_file*, int iPg, int pgsz, int, void**) xShmMap;
Undocumented in source.
xShmUnmap
int function(sqlite3_file*, int deleteFlag) xShmUnmap;
Undocumented in source.
xSync
int function(sqlite3_file*, int flags) xSync;
Undocumented in source.
xTruncate
int function(sqlite3_file*, sqlite3_int64 size) xTruncate;
Undocumented in source.
xUnfetch
int function(sqlite3_file*, sqlite3_int64 iOfst, void* p) xUnfetch;
Undocumented in source.
xUnlock
int function(sqlite3_file*, int) xUnlock;
Undocumented in source.
xWrite
int function(sqlite3_file*, const(void)*, int iAmt, sqlite3_int64 iOfst) xWrite;
Undocumented in source.

Meta