Lightweight 0.20251202.0
Loading...
Searching...
No Matches
Lightweight::SqlRawColumn Struct Reference

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.)
 

Detailed Description

A non-owning reference to a raw column data for batch processing.

Definition at line 27 of file SqlRawColumn.hpp.

Member Data Documentation

◆ metadata

SqlRawColumnMetadata Lightweight::SqlRawColumn::metadata

Metadata of the column.

Definition at line 29 of file SqlRawColumn.hpp.

◆ data

std::span<std::byte const> Lightweight::SqlRawColumn::data

Raw data of the column.

Definition at line 30 of file SqlRawColumn.hpp.

◆ indicators

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.


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