|
Lightweight 0.20260617.0
|
Whether V's binder provides a row-wise batch entry point (BatchRowWiseInputParameter).
More...
#include <SqlStatement.hpp>
Whether V's binder provides a row-wise batch entry point (BatchRowWiseInputParameter).
Such types (e.g. std::optional of a fixed type, or inline fixed-capacity strings) need a temporary row-strided NULL/length indicator buffer, which in turn requires the row stride to keep SQLLEN indicator slots aligned. Plain indicator-free fixed values bind via InputParameter and do not satisfy this concept.
Definition at line 1223 of file SqlStatement.hpp.