libdballe
7.6
|
Public Member Functions | |
Row (MYSQL_RES *res, MYSQL_ROW row) | |
operator bool () const | |
operator MYSQL_ROW () | |
operator const 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 |
Datetime | as_datetime (int col) const |
bool | isnull (unsigned col) const |
Data Fields | |
MYSQL_RES * | res = nullptr |
MYSQL_ROW | row = nullptr |