Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
database::Row Member List

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

as_int(const std::string &col_name, int default_val=0) constdatabase::Rowinline
get(size_t index) constdatabase::Rowinline
get(const std::string &col_name) constdatabase::Rowinline
Row()=defaultdatabase::Row
Row(std::vector< std::string > values, std::shared_ptr< std::unordered_map< std::string, size_t > > col_map)database::Rowinline
to_json() constdatabase::Rowinline