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

◆ GetResultElement()

template<EntityValueType ENTITY>
ResultElementType sqt::EntitySelecter< ENTITY >::GetResultElement ( Statement & statement)
static

Retrieves an entity from the statement.

Parameters
statementThe statement from which the entity is retrieved.
Returns
An entity retrieved from the statement.

This method delegates to the RetrieveValue() method of the sqt::EntireEntityValueTraits<>.

See also
sqt::EntireEntityValueTraits<>