#include <field_types.h>
Public Methods | |
FieldTypes & | operator= (const ResUse *res) |
Creates a new list based on the info in res. | |
FieldTypes & | operator= (int i) |
Creates a new list with a given number of fields. | |
mysql_type_info & | operator[] (int i) |
Returns a field type within the list given its index. |
|
Creates a new list with a given number of fields.
Initializes the list from the data returned by MySQL C API function
|