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

◆ RetrieveValue()

template<IdentifierType IDENTIFIER>
ValueType sqt::IdentifierValueTraits< IDENTIFIER >::RetrieveValue ( const Statement & statement,
int column_index )
static

Retrieves a value from the statement at the specified column index.

Parameters
statementThe statement from which the value is retrieved.
column_indexThe index of the column from which the value is retrieved.

This method delegates to the RetrieveValue() method of the value traits type associated with the identifier.