Struct to represent the data of the Sq3FileC … More...
#include <Sq3FileC_def_sq3.h>
Data Fields | ||
union { | ||
struct MkObjectS obj | ||
} | super | |
sqlite3_file * | nat | |
internal - link between Sq3FileS and native library | ||
Struct to represent the data of the Sq3FileC …
OS Interface Open File Handle …
An Sq3FileC object represents an open file in the OS interface layer. Individual OS interface implementations will want to subclass this object by appending additional fields for their own use. The pMethods entry is a pointer to an sqlite3_io_methods object that defines methods for performing I/O operations on the open file.
Reference code from sqlite3:
Definition at line 39 of file Sq3FileC_def_sq3.h.
sqlite3_file* Sq3FileS::nat |
internal - link between Sq3FileS and native library
Definition at line 50 of file Sq3FileC_def_sq3.h.
struct MkObjectS Sq3FileS::obj |
Definition at line 43 of file Sq3FileC_def_sq3.h.
union { ... } Sq3FileS::super |