std::vector
for holding mysqlpp::Field records.
More...
#include <fields.h>
Inheritance diagram for mysqlpp::Fields:
Public Methods | |
Fields () | |
Default constructor. | |
Fields (ResUse *r) | |
Create a field list from a result set. | |
const Field & | operator[] (size_type i) const |
Returns a field given its index. | |
const Field & | operator[] (int i) const |
Returns a field given its index. | |
size_type | size () const |
get the number of fields |
std::vector
for holding mysqlpp::Field records.