DUNE: Uniform Navigational Environment  2016.05.0
DUNE::Database Namespace Reference

Detailed Description

Database functionality.

Classes

class  Connection
 
struct  Null
 
class  Error
 
class  Statement
 

Typedefs

typedef sqlite3 DB_HANDLE
 
typedef std::vector< char > Blob
 
typedef sqlite3_stmt STMT_HANDLE
 

Variables

class DUNE_DLL_SYM Connection
 
class DUNE_DLL_SYM Statement
 

Typedef Documentation

typedef std::vector<char> DUNE::Database::Blob

Blob type.

typedef sqlite3 DUNE::Database::DB_HANDLE
typedef sqlite3_stmt DUNE::Database::STMT_HANDLE

Variable Documentation

class DUNE_DLL_SYM DUNE::Database::Connection