Botan  1.11.15
Classes | Public Member Functions
Botan::SQL_Database Class Reference

#include <database.h>

Inheritance diagram for Botan::SQL_Database:
Botan::Sqlite3_Database

List of all members.

Classes

class  Statement

Public Member Functions

virtual void create_table (const std::string &table_schema)=0
virtual std::shared_ptr
< Statement
new_statement (const std::string &base_sql) const =0
virtual size_t row_count (const std::string &table_name)=0
virtual ~SQL_Database ()

Detailed Description

Definition at line 18 of file database.h.


Constructor & Destructor Documentation

virtual Botan::SQL_Database::~SQL_Database ( ) [inline, virtual]

Definition at line 57 of file database.h.

{}

Member Function Documentation

virtual void Botan::SQL_Database::create_table ( const std::string &  table_schema) [pure virtual]

Implemented in Botan::Sqlite3_Database.

virtual std::shared_ptr<Statement> Botan::SQL_Database::new_statement ( const std::string &  base_sql) const [pure virtual]

Implemented in Botan::Sqlite3_Database.

virtual size_t Botan::SQL_Database::row_count ( const std::string &  table_name) [pure virtual]

Implemented in Botan::Sqlite3_Database.


The documentation for this class was generated from the following file: