#include <result.h>
Public Member Functions | |
ResNSel (Connection *q) | |
Initialize object. | |
operator bool () | |
Returns true if the query was successful. | |
Public Attributes | |
bool | success |
if true, query was successful | |
my_ulonglong | insert_id |
last value used for AUTO_INCREMENT field | |
my_ulonglong | rows |
number of rows affected | |
std::string | info |
additional info about query result |