Mirror reflection library - Lagoon run-time layer 0.5.13

lagoon/utils/libpq_factory.hpp

Go to the documentation of this file.
00001 
00010 #ifndef LAGOON_UTILS_LIBPQ_FACTORY_1011291729_HPP
00011 #define LAGOON_UTILS_LIBPQ_FACTORY_1011291729_HPP
00012 
00013 #include <lagoon/utils/sql_factory.hpp>
00014 #include <mirror/utils/libpq_factory.hpp>
00015 
00016 LAGOON_NAMESPACE_BEGIN
00017 
00018 using mirror::libpq_fact_data;
00019 using mirror::libpq_fact_result;
00020 using mirror::libpq_fact_db;
00021 
00022 typedef sql_fact_builder_templ<
00023     sql_fact_def_traits<libpq_fact_data>
00024 > libpq_factory_builder;
00025 
00026 
00027 LAGOON_NAMESPACE_END
00028 
00029 #endif //include guard
00030 

Copyright © 2006-2011 Matus Chochlik, University of Zilina, Zilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Fri Dec 16 2011 by Doxygen (version 1.7.3).
Important note: Although the 'boostified' version of Mirror uses the Boost C++ libraries Coding Guidelines and is implemented inside of the boost namespace, it IS NOT an officially reviewed and accepted Boost library. Mirror is being developed with the intention to be submitted for review for inclusion to the Boost C++ libraries.