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

A value type that can be bound in a native ODBC row-wise parameter array (fixed-width, inline, indicator-free, bound identically across backends). Backed by the data-driven SqlIsNativeRowBindableValue trait that each eligible binder header opts into. More...

#include <SqlStatement.hpp>

Concept definition

template<typename V>
concept Lightweight::SqlNativeRowBindableValue = SqlIsNativeRowBindableValue<V>
A value type that can be bound in a native ODBC row-wise parameter array (fixed-width,...

Detailed Description

A value type that can be bound in a native ODBC row-wise parameter array (fixed-width, inline, indicator-free, bound identically across backends). Backed by the data-driven SqlIsNativeRowBindableValue trait that each eligible binder header opts into.

Definition at line 1189 of file SqlStatement.hpp.