◆ available()
int32_t Results::available |
( |
| ) |
|
|
inlineoverridevirtual |
Returns the number of remaining rows before the result set needs to load more rows
- Returns
- The number of remaining rows before the result set needs to load more rows.
Implements ledger::core::api::DatabaseResultSet.
◆ close()
◆ getError()
◆ getRow()
◆ getUpdateCount()
int32_t Results::getUpdateCount |
( |
| ) |
|
|
inlineoverridevirtual |
◆ hasNext()
bool Results::hasNext |
( |
| ) |
|
|
inlineoverridevirtual |
Returns true if the result set has at least one remaining row to get.
- Returns
- true if the result set has at least one remaining row to get, false otherwise.
Implements ledger::core::api::DatabaseResultSet.
◆ next()
Internally move the result set to the next available row. This method may fail if there is no further row to fetch.
- Returns
- Return a result set pointing to the next row.
Implements ledger::core::api::DatabaseResultSet.
The documentation for this class was generated from the following file:
- test/database/MemoryDatabaseProxy.cpp