StormByte C++ Library: Database module 0.0.9999
StormByte-Database is a StormByte library module for handling database connections
|
This is the complete list of members for StormByte::Database::Query< Row >, including all inherited members.
GetQuery() const noexcept | StormByte::Database::Query< Row > | inline |
m_query | StormByte::Database::Query< Row > | protected |
m_row | StormByte::Database::Query< Row > | protected |
operator=(const Query &)=delete | StormByte::Database::Query< Row > | |
operator=(Query &&)=default | StormByte::Database::Query< Row > | |
Query(const std::string &query) | StormByte::Database::Query< Row > | inline |
Query(std::string &&query) | StormByte::Database::Query< Row > | inline |
Query(const Query &)=delete | StormByte::Database::Query< Row > | |
Query(Query &&)=default | StormByte::Database::Query< Row > | |
Step() noexcept=0 | StormByte::Database::Query< Row > | pure virtual |
~Query()=default | StormByte::Database::Query< Row > | virtual |