|
Sqlite3 3.50.2
Light weight SQL DB
|
Data Fields | |
| sqlite3_int64 | sz |
| sqlite3_int64 | szAlloc |
| sqlite3_int64 | szMax |
| unsigned char * | aData |
| sqlite3_mutex * | pMutex |
| int | nMmap |
| unsigned | mFlags |
| int | nRdLock |
| int | nWrLock |
| int | nRef |
| char * | zFName |
| sqlite3_mutex* MemStore::pMutex |
| sqlite3_int64 MemStore::sz |
| sqlite3_int64 MemStore::szAlloc |
| sqlite3_int64 MemStore::szMax |