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

◆ GetResultElement()

template<ColumnType... COLUMNS>
ResultElementType sqt::ColumnSelecter< COLUMNS >::GetResultElement ( Statement & statement)
static

Retrieves a composite value of the selected columns from the statement.

Parameters
statementThe statement from which the composite value is retrieved.
Returns
A std::tuple<> containing the values of the selected columns.

This methods delegates to the RetrieveValue() method of the sqt::CompositeValueTraits<> class template.

See also
sqt::CompositeValueTraits<>