sqlite3_io_methods Struct Reference

#include "sqlite3.h"

struct sqlite3_io_methods

Member Attribute Documentation

iVersion

intiVersion

xCheckReservedLock

int(*xCheckReservedLock

xClose

int(*xClose

xDeviceCharacteristics

int(*xDeviceCharacteristics

xFileControl

int(*xFileControl

xFileSize

int(*xFileSize

xLock

int(*xLock

xRead

int(*xRead

xSectorSize

int(*xSectorSize

xSync

int(*xSync

xTruncate

int(*xTruncate

xUnlock

int(*xUnlock

xWrite

int(*xWrite