|
| Journal (std::string_view response) noexcept |
|
bool | ok () const noexcept |
|
Meta | meta () const noexcept |
|
Data | data () const noexcept |
|
|
std::ostream & | operator<< (std::ostream &os, const Journal &journal) noexcept |
|
◆ Journal()
annadb::Journal::Journal |
( |
std::string_view |
response | ) |
|
|
inlineexplicitnoexcept |
Creating a new Journal object from the AnnaDB response
- Parameters
-
◆ data()
Data annadb::Journal::data |
( |
| ) |
const |
|
inlinenoexcept |
- Returns
- the data part of the AnnaDB query response
◆ meta()
Meta annadb::Journal::meta |
( |
| ) |
const |
|
inlinenoexcept |
- Returns
- the meta part of the AnnaDB query response
◆ ok()
bool annadb::Journal::ok |
( |
| ) |
const |
|
inlinenoexcept |
Indicates if the query request was successful
- Returns
- the query result
The documentation for this class was generated from the following file: