userver: storages::odbc::io::CppToOdbc< T > Struct Template Reference
Loading...
Searching...
No Matches
storages::odbc::io::CppToOdbc< T > Struct Template Reference

Detailed Description

template<typename T>
struct storages::odbc::io::CppToOdbc< T >

Customization point for mapping a user type to one ODBC scalar.

Specializations declare a cv-unqualified, non-reference BoundType and may independently provide static BoundType ToOdbc(const T&) for query parameters and static T FromOdbc(BoundType) for result fields.

Definition at line 26 of file type_mapping.hpp.


The documentation for this struct was generated from the following file: