|
Lightweight 0.20251202.0
|
A non-owning reference to a raw column data for batch processing. More...
#include <SqlRawColumn.hpp>
Public Attributes | |
| SqlRawColumnMetadata | metadata |
| Metadata of the column. | |
| std::span< std::byte const > | data |
| Raw data of the column. | |
| std::span< SQLLEN const > | indicators |
| Indicators of the column (SQL_NULL_DATA, SQL_DATA_AT_EXEC, etc.) | |
A non-owning reference to a raw column data for batch processing.
Definition at line 27 of file SqlRawColumn.hpp.
| SqlRawColumnMetadata Lightweight::SqlRawColumn::metadata |
Metadata of the column.
Definition at line 29 of file SqlRawColumn.hpp.
| std::span<std::byte const> Lightweight::SqlRawColumn::data |
Raw data of the column.
Definition at line 30 of file SqlRawColumn.hpp.
| std::span<SQLLEN const> Lightweight::SqlRawColumn::indicators |
Indicators of the column (SQL_NULL_DATA, SQL_DATA_AT_EXEC, etc.)
Definition at line 31 of file SqlRawColumn.hpp.