Lightweight 0.20260617.0
Loading...
Searching...
No Matches
Lightweight::SqlRowBindableColumn Concept Reference

A column value type usable on the native row-wise batch path — either a row-bindable fixed value or a row-bindable optional of one. More...

#include <SqlStatement.hpp>

Concept definition

template<typename V>
A value type that can be bound in a native ODBC row-wise parameter array (fixed-width,...
A std::optional column that can be bound zero-copy in a native row-wise batch: the contained type is ...
A column value type usable on the native row-wise batch path — either a row-bindable fixed value or a...

Detailed Description

A column value type usable on the native row-wise batch path — either a row-bindable fixed value or a row-bindable optional of one.

Definition at line 1201 of file SqlStatement.hpp.