SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches

◆ GetColumnBLOB()

std::span< const std::byte > sqt::Statement::GetColumnBLOB ( int column_index) const
noexcept

Gets a span of bytes from the column at the specified index from the current selected row.

Parameters
column_indexThe index of the column.
Returns
The span of bytes from the column. The bytes are a view of the column data and will be invalidated after the statement steps forward, is reset or destroyed.