|
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::Row, including all inherited members.
| add(std::string &&columnName, Value &&value) | StormByte::Database::Row | inline |
| Count() const noexcept | StormByte::Database::Row | inline |
| operator=(const Row &other)=default | StormByte::Database::Row | |
| operator=(Row &&other) noexcept=default | StormByte::Database::Row | |
| operator[](const std::string &columnName) const & | StormByte::Database::Row | |
| operator[](const std::string &columnName) & | StormByte::Database::Row | |
| operator[](const std::string &columnName) && | StormByte::Database::Row | |
| Row() noexcept=default | StormByte::Database::Row | |
| Row(const Row &other)=default | StormByte::Database::Row | |
| Row(Row &&other) noexcept=default | StormByte::Database::Row | |
| ~Row() noexcept override=default | StormByte::Database::Row |