mysqlpp::FieldTypes Class Reference

A vector of SQL field types. More...

#include <field_types.h>

List of all members.

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.
FieldTypesoperator= (const ResultBase *res)
 Initialize field list based on a result set.
FieldTypesoperator= (int i)
 Insert a given number of uninitialized field type objects at the beginning of the list.


Detailed Description

A vector of SQL field types.


Member Function Documentation

FieldTypes& mysqlpp::FieldTypes::operator= ( int  i  )  [inline]

Insert a given number of uninitialized field type objects at the beginning of the list.

Parameters:
i number of field type objects to insert


The documentation for this class was generated from the following files:
Generated on Thu Jun 3 11:59:12 2010 for MySQL++ by  doxygen 1.4.7