CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sqlitevfs.h File Reference
#include <string>
Include dependency graph for sqlitevfs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 perf
 
 sqlite
 

Enumerations

enum  sqlite::VfsOptions { sqlite::kVfsOptNone = 0, sqlite::kVfsOptDefault }
 

Functions

bool sqlite::RegisterVfsRdOnly (CacheManager *cache_mgr, perf::Statistics *statistics, const VfsOptions options)
 
bool sqlite::UnregisterVfsRdOnly ()
 
void sqlite::RegisterFdMapping (int from, int to)
 
void sqlite::ReplaceCacheManager (CacheManager *new_cache_mgr)