◆ getBlobByPos()
Get the value at the given position. The underneath value has to be an 16bit integer otherwise this call will fail.
- Returns
- the value at the given position.
Implements ledger::core::api::DatabaseResultRow.
◆ getColumnName()
| std::string ResultRow::getColumnName |
( |
int32_t |
pos | ) |
|
|
inlineoverridevirtual |
◆ getDoubleByPos()
| double ResultRow::getDoubleByPos |
( |
int32_t |
pos | ) |
|
|
inlineoverridevirtual |
Get the value at the given position. The underneath value has to be an 16bit integer otherwise this call will fail.
- Returns
- the value at the given position.
Implements ledger::core::api::DatabaseResultRow.
◆ getFloatByPos()
| float ResultRow::getFloatByPos |
( |
int32_t |
pos | ) |
|
|
inlineoverridevirtual |
Get the value at the given position. The underneath value has to be an 16bit integer otherwise this call will fail.
- Returns
- the value at the given position.
Implements ledger::core::api::DatabaseResultRow.
◆ getIntByPos()
| int32_t ResultRow::getIntByPos |
( |
int32_t |
pos | ) |
|
|
inlineoverridevirtual |
Get the value at the given position. The underneath value has to be an 16bit integer otherwise this call will fail.
- Returns
- the value at the given position.
Implements ledger::core::api::DatabaseResultRow.
◆ getLongByPos()
| int64_t ResultRow::getLongByPos |
( |
int32_t |
pos | ) |
|
|
inlineoverridevirtual |
Get the value at the given position. The underneath value has to be an 16bit integer otherwise this call will fail.
- Returns
- the value at the given position.
Implements ledger::core::api::DatabaseResultRow.
◆ getShortByPos()
| int16_t ResultRow::getShortByPos |
( |
int32_t |
pos | ) |
|
|
inlineoverridevirtual |
Get the value at the given position. The underneath value has to be an 16bit integer otherwise this call will fail.
- Returns
- the value at the given position.
Implements ledger::core::api::DatabaseResultRow.
◆ getStringByPos()
| std::string ResultRow::getStringByPos |
( |
int32_t |
pos | ) |
|
|
inlineoverridevirtual |
Get the value at the given position. The underneath value has to be an 16bit integer otherwise this call will fail.
- Returns
- the value at the given position.
Implements ledger::core::api::DatabaseResultRow.
◆ isNullAtPos()
| bool ResultRow::isNullAtPos |
( |
int32_t |
pos | ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file:
- test/database/MemoryDatabaseProxy.cpp