Lightweight 0.1.0
|
#include <DataMapper.hpp>
Inherits SqlBasicSelectQueryBuilder< Derived >.
Public Member Functions | |
std::vector< Record > | All () |
std::vector< Record > | First (size_t n) |
std::vector< Record > | Range (size_t offset, size_t limit) |
Protected Member Functions | |
LIGHTWEIGHT_FORCE_INLINE | SqlCoreDataMapperQueryBuilder (SqlStatement &stmt, std::string fields) noexcept |
Main API for mapping records to C++ from the database using high level C++ syntax.
Definition at line 150 of file DataMapper.hpp.
|
inlineexplicitprotectednoexcept |
Definition at line 171 of file DataMapper.hpp.
|
inline |
Definition at line 179 of file DataMapper.hpp.
|
inline |
Definition at line 194 of file DataMapper.hpp.
|
inline |
Definition at line 210 of file DataMapper.hpp.