#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. | |
|
|
Insert a given number of uninitialized field type objects at the beginning of the list.
|
1.3.9.1