$treeview $search $mathjax
#include <stdair/dbadaptor/DbaAirline.hpp>
Public Types | |
| typedef values | base_type |
Static Public Member Functions | |
| static void | from_base (values const &iAirlineValues, indicator, stdair::AirlineStruct &ioAirline) |
| static void | to_base (const stdair::AirlineStruct &iAirline, values &ioAirlineValues, indicator &ioIndicator) |
Definition at line 25 of file DbaAirline.hpp.
| typedef values soci::type_conversion< stdair::AirlineStruct >::base_type |
Definition at line 27 of file DbaAirline.hpp.
| void soci::type_conversion< stdair::AirlineStruct >::from_base | ( | values const & | iAirlineValues, | |
| indicator | , | |||
| stdair::AirlineStruct & | ioAirline | |||
| ) | [static] |
Fill an Airline object from the database values.
Definition at line 17 of file DbaAirline.cpp.
References stdair::AirlineStruct::setAirlineCode(), and stdair::AirlineStruct::setAirlineName().
| void soci::type_conversion< stdair::AirlineStruct >::to_base | ( | const stdair::AirlineStruct & | iAirline, | |
| values & | ioAirlineValues, | |||
| indicator & | ioIndicator | |||
| ) | [static] |
Fill the database values from an Airline object.
Definition at line 30 of file DbaAirline.cpp.
References stdair::AirlineStruct::getAirlineCode(), and stdair::AirlineStruct::getAirlineName().
1.4.7
Generated on Sun Jun 7 15:18:14 2015 for StdAir by
1.4.7