#include "sqlite3.h"
| struct sqlite3_io_methods |
| Public Attributes | |
|---|---|
| int | iVersion |
| int(* | xCheckReservedLock |
| int(* | xClose |
| int(* | xDeviceCharacteristics |
| int(* | xFileControl |
| int(* | xFileSize |
| int(* | xLock |
| int(* | xRead |
| int(* | xSectorSize |
| int(* | xSync |
| int(* | xTruncate |
| int(* | xUnlock |
| int(* | xWrite |