MySQL++
3.3.0
|
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 |