Lightweight 0.1.0
Loading...
Searching...
No Matches
SqlDataBinderCallback Class Referenceabstract

#include <Core.hpp>

Inheritance diagram for SqlDataBinderCallback:
SqlStatement

Public Member Functions

 SqlDataBinderCallback (SqlDataBinderCallback &&)=default
 
 SqlDataBinderCallback (SqlDataBinderCallback const &)=default
 
SqlDataBinderCallbackoperator= (SqlDataBinderCallback &&)=default
 
SqlDataBinderCallbackoperator= (SqlDataBinderCallback const &)=default
 
virtual void PlanPostExecuteCallback (std::function< void()> &&)=0
 
virtual void PlanPostProcessOutputColumn (std::function< void()> &&)=0
 
virtual SqlServerType ServerType () const noexcept=0
 

Detailed Description

Callback interface for SqlDataBinder to allow post-processing of output columns.

This is needed because the SQLBindCol() function does not allow to specify a callback function to be called after the data has been fetched from the database. This is needed to trim strings to the correct size, for example.

Definition at line 28 of file Core.hpp.


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