Lightweight 0.1.0
|
Represents a query builder that retrieves only the fields specified. More...
#include <DataMapper.hpp>
Additional Inherited Members | |
![]() | |
std::vector< Record > | All () |
std::vector< Record > | First (size_t n) |
std::vector< Record > | Range (size_t offset, size_t limit) |
![]() | |
LIGHTWEIGHT_FORCE_INLINE | SqlCoreDataMapperQueryBuilder (SqlStatement &stmt, std::string fields) noexcept |
Represents a query builder that retrieves only the fields specified.
Definition at line 236 of file DataMapper.hpp.