MySQL++  3.3.0
Public Member Functions | List of all members
mysqlpp::FieldTypes Class Reference

A vector of SQL field types. More...

#include <field_types.h>

Inheritance diagram for mysqlpp::FieldTypes:
Inheritance graph
[legend]
Collaboration diagram for mysqlpp::FieldTypes:
Collaboration graph
[legend]

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. More...
 

Detailed Description

A vector of SQL field types.

Member Function Documentation

◆ operator=()

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

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

Parameters
inumber of field type objects to insert

The documentation for this class was generated from the following files: