 |
int |
iVersion |
|
 |
int |
mxPathname |
|
 |
void * |
pAppData |
|
 |
sqlite3_vfs * |
pNext |
|
 |
int |
szOsFile |
|
 |
int(*)(sqlite3_vfs *, const char *zName, int flags, int *pResOut) |
xAccess |
|
 |
int(*)(sqlite3_vfs *, double *) |
xCurrentTime |
|
 |
int(*)(sqlite3_vfs *, sqlite3_int64 *) |
xCurrentTimeInt64 |
The methods above are in version 1 of the sqlite_vfs object definition. |
 |
int(*)(sqlite3_vfs *, const char *zName, int syncDir) |
xDelete |
|
 |
void(*)(sqlite3_vfs *, void *) |
xDlClose |
|
 |
void(*)(sqlite3_vfs *, int nByte, char *zErrMsg) |
xDlError |
|
 |
void *(*)(sqlite3_vfs *, const char *zFilename) |
xDlOpen |
|
 |
void(*(*)(sqlite3_vfs *, void *, const char *zSymbol))(void) |
xDlSym |
|
 |
int(*)(sqlite3_vfs *, const char *zName, int nOut, char *zOut) |
xFullPathname |
|
 |
int(*)(sqlite3_vfs *, int, char *) |
xGetLastError |
|
 |
sqlite3_syscall_ptr(*)(sqlite3_vfs *, const char *zName) |
xGetSystemCall |
|
 |
const char *(*)(sqlite3_vfs *, const char *zName) |
xNextSystemCall |
|
 |
int(*)(sqlite3_vfs *, const char *zName, sqlite3_file *, int flags, int *pOutFla... |
xOpen |
|
 |
int(*)(sqlite3_vfs *, int nByte, char *zOut) |
xRandomness |
|
 |
int(*)(sqlite3_vfs *, const char *zName, sqlite3_syscall_ptr) |
xSetSystemCall |
The methods above are in versions 1 and 2 of the sqlite_vfs object. |
 |
int(*)(sqlite3_vfs *, int microseconds) |
xSleep |
|
 |
const char * |
zName |
|