OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Data Structures | Namespaces | Typedefs
sqlite_wrap.hh File Reference
#include <ost/message.hh>
#include <boost/shared_ptr.hpp>
#include <ost/base.hh>
#include "sqlite3.h"
#include "sqlite_conv.hh"

Go to the source code of this file.

Data Structures

class  PreparedStatement
class  DatabaseError
class  RowSet< R >
 Row set iterator. More...
class  Database
 SQLite database handle. More...

Namespaces

namespace  ost
namespace  ost::db

Typedefs

typedef boost::shared_ptr
< Database > 
DatabasePtr
typedef boost::shared_ptr
< PreparedStatement > 
PreparedStatementPtr