#include <row.h>
Inheritance diagram for mysqlpp::Row:
Public Methods | |
const Row & | self () const |
Return a const reference to this object. | |
Row & | self () |
Return a reference to this object. | |
const ResUse & | parent () const |
Return a reference to our parent class. | |
size_type | size () const |
Get the number of fields in the row. | |
const ColData | operator[] (size_type i) const |
Get the value of a field given its index. | |
operator bool () const | |
Returns true if there is data in the row. |