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< Value > Member List

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

Add(const std::string &columnName, std::unique_ptr< Value > &&value)StormByte::Database::Row< Value >inline
begin() noexceptStormByte::Database::Row< Value >inline
begin() const noexceptStormByte::Database::Row< Value >inline
const_iterator typedefStormByte::Database::Row< Value >
Count() const noexceptStormByte::Database::Row< Value >inline
end() noexceptStormByte::Database::Row< Value >inline
end() const noexceptStormByte::Database::Row< Value >inline
iterator typedefStormByte::Database::Row< Value >
m_valuesStormByte::Database::Row< Value >protected
NamedValue typedefStormByte::Database::Row< Value >
operator bool() const noexceptStormByte::Database::Row< Value >inline
operator=(const Row &)=defaultStormByte::Database::Row< Value >
operator=(Row &&) noexcept=defaultStormByte::Database::Row< Value >
operator[](const std::string &columnName)StormByte::Database::Row< Value >inline
operator[](const std::string &columnName) constStormByte::Database::Row< Value >inline
operator[](const size_t &columnIndex)StormByte::Database::Row< Value >inline
operator[](const size_t &columnIndex) constStormByte::Database::Row< Value >inline
Row() noexcept=defaultStormByte::Database::Row< Value >
Row(const Row &)=defaultStormByte::Database::Row< Value >
Row(Row &&) noexcept=defaultStormByte::Database::Row< Value >
Storage typedefStormByte::Database::Row< Value >
Values() noexceptStormByte::Database::Row< Value >inline
Values() const noexceptStormByte::Database::Row< Value >inline
~Row() noexcept=defaultStormByte::Database::Row< Value >virtual