#include <database.h>
Definition at line 19 of file database.h.
◆ ~SQL_Database()
virtual Botan::SQL_Database::~SQL_Database |
( |
| ) |
|
|
virtualdefault |
◆ create_table()
virtual void Botan::SQL_Database::create_table |
( |
const std::string & |
table_schema | ) |
|
|
pure virtual |
◆ new_statement()
virtual std::shared_ptr< Statement > Botan::SQL_Database::new_statement |
( |
const std::string & |
base_sql | ) |
const |
|
pure virtual |
◆ row_count()
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: