|
static |
Retrieves a nullable value from the statement at the specified column index.
| statement | The statement from which the value is retrieved. |
| column_index | The index of the column from which to retrieve the value. |
If the value at the specified column index is null, this method returns std::nullopt. Otherwise, it delegates to the RetrieveValue() method of the corresponding sqt::PrimitiveValueTraits<> specialization to retrieve the underlying value.