#include <TKeyVFSOpenPolicy.h>
Definition at line 11 of file TKeyVFSOpenPolicy.h.
art::TKeyVFSOpenPolicy::TKeyVFSOpenPolicy |
( |
TFile *const |
tfile, |
|
|
int const |
flags = SQLITE_OPEN_READONLY |
|
) |
| |
|
explicit |
sqlite3 * art::TKeyVFSOpenPolicy::open |
( |
std::string const & |
key | ) |
|
Definition at line 11 of file TKeyVFSOpenPolicy.cc.
15 <<
"Failed to open TKEYVFS DB due to empty key spec.\n";
21 if (
rc != SQLITE_OK) {
23 <<
"Failed to open requested DB, \"" <<
key <<
"\" of type, \"" 24 <<
"tkeyvfs (unexpected status of " <<
rc <<
")\n" 25 << sqlite3_errmsg(db) <<
'\n';
std::string assembleNoLockURI(std::string const &filename)
int tkeyvfs_open_v2(const char *filename, sqlite3 **ppDb, int flags, TFile *rootFile )
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
int art::TKeyVFSOpenPolicy::flags_ |
|
private |
TFile* art::TKeyVFSOpenPolicy::tfile_ |
|
private |
The documentation for this class was generated from the following files: