relx
0.1.0
A Modern C++23 Type-Safe SQL Query Builder
Loading...
Searching...
No Matches
results.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
results/result.hpp
"
4
145
namespace
relx
{
146
147
// Convenient imports from the result namespace
148
using
result::Cell;
149
using
result::parse
;
150
using
result::ResultError;
151
using
result::ResultProcessingResult
;
152
using
result::ResultSet;
153
using
result::Row;
154
155
}
// namespace relx
relx::result::parse
ResultProcessingResult< ResultSet > parse(const Query &, const std::string &raw_results)
Parse raw results from a database into a typed ResultSet (eager parsing)
Definition
result.hpp:812
relx::result::ResultProcessingResult
std::expected< T, ResultError > ResultProcessingResult
Type alias for result of processing operations.
Definition
result.hpp:33
relx
relx database connection
Definition
connection.hpp:92
result.hpp
relx
results.hpp
Generated by
1.9.8