|
|
ResultType | execSync (const DbClientPtr &client) |
|
template<typename TFn, typename EFn> |
| void | execAsync (const DbClientPtr &client, TFn &&rCallback, EFn &&exceptCallback) noexcept |
|
std::future< ResultType > | execAsyncFuture (const DbClientPtr &client) noexcept |
|
|
static ResultType | convert_result (const Result &r) |
|
|
void | assert_column (const std::string &colName) const |
|
|
std::string | from_ |
|
std::string | columns_ |
|
std::vector< Filter > | filters_ |
|
std::vector< JoinClause > | joins_ |
|
std::optional< std::uint64_t > | limit_ |
|
std::optional< std::uint64_t > | offset_ |
|
std::vector< std::pair< std::string, bool > > | orders_ |
|
|
class | TransformBuilder< T, SelectAll, true > |
The documentation for this class was generated from the following file: