| MySQL++
        3.2.4
        | 
A vector of SQL field types. More...
#include <field_types.h>


| Public Member Functions | |
| FieldTypes () | |
| Default constructor. | |
| FieldTypes (const ResultBase *res) | |
| Create list of field types from a result set. | |
| FieldTypes (int i) | |
| Create fixed-size list of uninitialized field types. | |
| FieldTypes & | operator= (const ResultBase *res) | 
| Initialize field list based on a result set. | |
| FieldTypes & | operator= (int i) | 
| Insert a given number of uninitialized field type objects at the beginning of the list.  More... | |
A vector of SQL field types.
| 
 | inline | 
Insert a given number of uninitialized field type objects at the beginning of the list.
| i | number of field type objects to insert | 
 1.8.14
 1.8.14