|
gdrsclib
|
#include <sqlite3.h>
Data Fields | |
| int | iVersion |
| int(* | xClose )(sqlite3_file *) |
| int(* | xRead )(sqlite3_file *, void *, int iAmt, sqlite3_int64 iOfst) |
| int(* | xWrite )(sqlite3_file *, const void *, int iAmt, sqlite3_int64 iOfst) |
| int(* | xTruncate )(sqlite3_file *, sqlite3_int64 size) |
| int(* | xSync )(sqlite3_file *, int flags) |
| int(* | xFileSize )(sqlite3_file *, sqlite3_int64 *pSize) |
| int(* | xLock )(sqlite3_file *, int) |
| int(* | xUnlock )(sqlite3_file *, int) |
| int(* | xCheckReservedLock )(sqlite3_file *, int *pResOut) |
| int(* | xFileControl )(sqlite3_file *, int op, void *pArg) |
| int(* | xSectorSize )(sqlite3_file *) |
| int(* | xDeviceCharacteristics )(sqlite3_file *) |
| int(* xCheckReservedLock)(sqlite3_file *, int *pResOut) |
| int(* xClose)(sqlite3_file *) |
| int(* xDeviceCharacteristics)(sqlite3_file *) |
| int(* xFileControl)(sqlite3_file *, int op, void *pArg) |
| int(* xFileSize)(sqlite3_file *, sqlite3_int64 *pSize) |
| int(* xLock)(sqlite3_file *, int) |
| int(* xRead)(sqlite3_file *, void *, int iAmt, sqlite3_int64 iOfst) |
| int(* xSectorSize)(sqlite3_file *) |
| int(* xSync)(sqlite3_file *, int flags) |
| int(* xTruncate)(sqlite3_file *, sqlite3_int64 size) |
| int(* xUnlock)(sqlite3_file *, int) |
| int(* xWrite)(sqlite3_file *, const void *, int iAmt, sqlite3_int64 iOfst) |
1.8.14