Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
cetlib
cetlib
sqlite
exec.h
Go to the documentation of this file.
1
#ifndef cetlib_sqlite_exec_h
2
#define cetlib_sqlite_exec_h
3
4
// ======================================================================
5
// 'exec' is the utility used to encapsulate sqlite3_exec calls when
6
// no results are expected to be retrieved from the call. If results
7
// from an SQLite query are desired, then the cet::sqlite::select(...)
8
// functionality should be used.
9
// ======================================================================
10
11
#include "sqlite3.h"
12
#include <string>
13
14
namespace
cet::sqlite
{
15
void
exec
(
sqlite3
* db,
std::string
const
& ddl);
16
}
17
18
#endif
/* cetlib_sqlite_exec_h */
19
20
// Local Variables:
21
// mode: c++
22
// End:
string
std::string string
Definition:
nybbler.cc:12
cet::sqlite
Definition:
column.h:38
sqlite3
struct sqlite3 sqlite3
Definition:
DatabaseSupport.h:12
cet::sqlite::exec
void exec(sqlite3 *db, std::string const &ddl)
Definition:
exec.cc:5
Generated by
1.8.11