libdballe 9.14
dballe::sql::mysql::Row Struct Reference

Public Member Functions

 Row (MYSQL_RES *res, MYSQL_ROW row)
 operator bool () const
 operator MYSQL_ROW ()
 operator MYSQL_ROW () const
int as_int (unsigned col) const
unsigned as_unsigned (unsigned col) const
const char * as_cstring (unsigned col) const
std::string as_string (unsigned col) const
std::vector< uint8_t > as_blob (unsigned col) const
Datetime as_datetime (int col) const
bool isnull (unsigned col) const

Public Attributes

MYSQL_RES * res = nullptr
MYSQL_ROW row = nullptr

The documentation for this struct was generated from the following file: