SQLiteXX  0.1.0
 All Classes Namespaces Files Functions Enumerations Enumerator
Namespaces | Enumerations
Open.h File Reference
#include <sqlite3.h>
#include <type_traits>

Go to the source code of this file.

Namespaces

 sqlite
 SQLiteXX classes and functions are defined in this namespace.
 

Enumerations

enum  sqlite::openmode : int {
  sqlite::openmode::read_only = SQLITE_OPEN_READONLY, sqlite::openmode::read_write = SQLITE_OPEN_READWRITE, sqlite::openmode::create = SQLITE_OPEN_CREATE, sqlite::openmode::uri = SQLITE_OPEN_URI,
  sqlite::openmode::memory = SQLITE_OPEN_MEMORY, sqlite::openmode::no_mutex = SQLITE_OPEN_NOMUTEX, sqlite::openmode::full_mutex = SQLITE_OPEN_FULLMUTEX, sqlite::openmode::shared_cache = SQLITE_OPEN_SHAREDCACHE,
  sqlite::openmode::private_cache = SQLITE_OPEN_PRIVATECACHE
}
 Different ways to open a dbconnection. More...