28 #ifndef MYSQLPP_FIELD_TYPES_H
29 #define MYSQLPP_FIELD_TYPES_H
37 #if !defined(DOXYGEN_IGNORE)
39 class MYSQLPP_EXPORT ResultBase;
A vector of SQL field types.
Definition: field_types.h:44
FieldTypes()
Default constructor.
Definition: field_types.h:47
FieldTypes(const ResultBase *res)
Create list of field types from a result set.
Definition: field_types.h:50
FieldTypes & operator=(const ResultBase *res)
Initialize field list based on a result set.
Definition: field_types.h:62
FieldTypes(int i)
Create fixed-size list of uninitialized field types.
Definition: field_types.h:56
Base class for StoreQueryResult and UseQueryResult.
Definition: result.h:111
SQL field type information.
Definition: type_info.h:159
Declares classes that provide an interface between the SQL and C++ type systems.