Botan 3.13.0
Crypto and TLS for C&
Botan::SQL_Database Member List

This is the complete list of members for Botan::SQL_Database, including all inherited members.

Column_Type enum nameBotan::SQL_Database
create_table(const Table_Schema &schema)=0Botan::SQL_Databasepure virtual
exec(std::string_view sql)Botan::SQL_Databaseinlinevirtual
is_threadsafe() constBotan::SQL_Databaseinlinevirtual
is_valid_table_name(std::string_view table) constBotan::SQL_Databasevirtual
new_statement(std::string_view base_sql) const =0Botan::SQL_Databasepure virtual
row_count(std::string_view table_name)=0Botan::SQL_Databasepure virtual
rows_changed_by_last_statement()=0Botan::SQL_Databasepure virtual
select(std::string_view columns, std::string_view table, std::string_view where={}, std::optional< size_t > limit=std::nullopt) constBotan::SQL_Databasevirtual
upsert(std::string_view table, std::initializer_list< std::string_view > columns) const =0Botan::SQL_Databasepure virtual
~SQL_Database()=defaultBotan::SQL_Databasevirtual