Lightweight 0.1.0
|
#include <DataMapper.hpp>
Inherits SqlBasicSelectQueryBuilder< Derived >.
Public Member Functions | |
std::vector< Record > | All () |
std::optional< Record > | First () |
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 231 of file DataMapper.hpp.
|
inlineexplicitprotectednoexcept |
Definition at line 252 of file DataMapper.hpp.
|
inline |
Definition at line 260 of file DataMapper.hpp.
|
inline |
Definition at line 275 of file DataMapper.hpp.
|
inline |
Definition at line 290 of file DataMapper.hpp.
|
inline |
Definition at line 306 of file DataMapper.hpp.