#include <field_types.h>
Public Methods | |
FieldTypes () | |
Default constructor. | |
FieldTypes (const ResUse *res) | |
Create list of field types from a result set. | |
FieldTypes (int i) | |
Create fixed-size list of uninitialized field types. | |
FieldTypes & | operator= (const ResUse *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. | |
mysql_type_info & | operator[] (int i) |
Returns a field type within the list given its index. | |
const mysql_type_info & | operator[] (int i) const |
Returns a field type within the list given its index, in const context. |
|
Insert a given number of uninitialized field type objects at the beginning of the list.
|