// file : odb/mssql/query-dynamic.hxx // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_QUERY_DYNAMIC_HXX #define ODB_MSSQL_QUERY_DYNAMIC_HXX #include #include #include #include namespace odb { namespace mssql { typedef details::shared_ptr (*query_param_factory) ( const void* val, const query_column_base&, bool by_ref); template details::shared_ptr query_param_factory_impl (const void*, const query_column_base&, bool); } } #include #include #include #endif // ODB_MSSQL_QUERY_DYNAMIC_HXX