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

◆ RetrieveValueToEntity()

template<typename ENTITY>
virtual void sqt::Column< ENTITY >::RetrieveValueToEntity ( const Statement & statement,
int index,
ENTITY & entity ) const
pure virtual

Retrieves the column value from the statement and sets it to the entity.

Parameters
statementThe statement from which the value is retrieved.
indexThe index of the column from which the value is retrieved.
entityThe entity to which the value is set.