Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
cetlib
cetlib
sqlite
Connection.cc
Go to the documentation of this file.
1
#include "
cetlib/sqlite/Connection.h
"
2
// vim: set sw=2 expandtab :
3
4
#include "sqlite3.h"
5
6
using namespace
cet::sqlite
;
7
8
Connection::~Connection
() noexcept
9
{
10
// It is safe to call sqlite3_close on a null db_.
11
sqlite3_close(
db_
);
12
}
Connection.h
cet::sqlite
Definition:
column.h:38
cet::sqlite::Connection::db_
sqlite3 * db_
Definition:
Connection.h:64
cet::sqlite::Connection::~Connection
~Connection() noexcept
Definition:
Connection.cc:8
Generated by
1.8.11