StormByte C++ Library: Database module 0.0.9999
StormByte-Database is a StormByte library module for handling database connections
Loading...
Searching...
No Matches
StormByte::Database::Row Member List

This is the complete list of members for StormByte::Database::Row, including all inherited members.

add(std::string &&columnName, Value &&value)StormByte::Database::Rowinline
Count() const noexceptStormByte::Database::Rowinline
operator=(const Row &other)=defaultStormByte::Database::Row
operator=(Row &&other) noexcept=defaultStormByte::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=defaultStormByte::Database::Row
Row(const Row &other)=defaultStormByte::Database::Row
Row(Row &&other) noexcept=defaultStormByte::Database::Row
~Row() noexcept override=defaultStormByte::Database::Row