| 51 | } |
| 52 | |
| 53 | std::string OutputSQLite_Impl::unitConversionforTabularData() const { |
| 54 | boost::optional<std::string> value = getString(OS_Output_SQLiteFields::UnitConversionforTabularData, true); |
| 55 | OS_ASSERT(value); |
| 56 | return value.get(); |
| 57 | } |
| 58 | |
| 59 | bool OutputSQLite_Impl::setOptionType(const std::string& optionType) { |
| 60 | bool result = setString(OS_Output_SQLiteFields::OptionType, optionType); |