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

Go to the source code of this file.

Namespaces

 sqlite
 SQLiteXX classes and functions are defined in this namespace.
 

Enumerations

enum  sqlite::datatype : int {
  sqlite::datatype::integer = SQLITE_INTEGER, sqlite::datatype::floating = SQLITE_FLOAT, sqlite::datatype::blob = SQLITE_BLOB, sqlite::datatype::null = SQLITE_NULL,
  sqlite::datatype::text = SQLITE3_TEXT
}
 Every value in SQLite has one of the following fundamental datatypes. More...
 
enum  sqlite::bindtype : int { sqlite::bindtype::statically, sqlite::bindtype::transiently }
 Used to specify the way to bind a value to a statement. More...