#include <sqt/orm/value/entity/entire_entity_value_traits.h>
Defines traits for manipulating the entire entity value of an entity value type.
| T | A type that satisfies the sqt::EntityValueType concept. |
This class template satisfies the sqt::EntityValueTraitsType concept.
Public Types | |
| using | ValueType = T |
| using | EntityType = T |
| using | TableType = TableType<T> |
Static Public Member Functions | |
| static void | BindValue (Statement &statement, int parameter_index, const EntityType &value) |
| static EntityType | RetrieveValue (const Statement &statement, int column_index) |
Static Public Attributes | |
| static constexpr ColumnsView< EntityType > | ManipulatingColumns |