StormByte C++ Library: Database module 0.0.9999
StormByte-Database is a StormByte library module for handling database connections
Loading...
Searching...
No Matches
Public Member Functions | List of all members
StormByte::Database::UnknownSTMT Class Reference

Exception when accessing an unknown prepared statement. More...

#include <exception.hxx>

Inheritance diagram for StormByte::Database::UnknownSTMT:
Inheritance graph
[legend]
Collaboration diagram for StormByte::Database::UnknownSTMT:
Collaboration graph
[legend]

Public Member Functions

 UnknownSTMT (const std::string &name)
 
template<typename... Args>
 QueryException (const std::string &component, std::format_string< Args... > fmt, Args &&... args)
 
- Public Member Functions inherited from StormByte::Database::QueryException
template<typename... Args>
 QueryException (const std::string &component, std::format_string< Args... > fmt, Args &&... args)
 
template<typename... Args>
 Exception (const std::string &component, std::format_string< Args... > fmt, Args &&... args)
 
- Public Member Functions inherited from StormByte::Database::Exception
template<typename... Args>
 Exception (const std::string &component, std::format_string< Args... > fmt, Args &&... args)
 
virtual ~Exception () noexcept override=default
 

Detailed Description

Exception when accessing an unknown prepared statement.


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