#include <database.h>
Definition at line 19 of file database.h.
virtual Botan::SQL_Database::~SQL_Database |
( |
| ) |
|
|
inlinevirtual |
virtual void Botan::SQL_Database::create_table |
( |
const std::string & |
table_schema | ) |
|
|
pure virtual |
virtual std::shared_ptr<Statement> Botan::SQL_Database::new_statement |
( |
const std::string & |
base_sql | ) |
const |
|
pure virtual |
virtual size_t Botan::SQL_Database::row_count |
( |
const std::string & |
table_name | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: