MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / columnText

Function columnText

src/utilities/sql/SqlFile_Impl.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31namespace detail {
32
33 std::string columnText(const unsigned char* column) {
34 if (column == nullptr) {
35 return {};
36 }
37 return {reinterpret_cast<const char*>(column)};
38 }
39
40 SqlFile_Impl::SqlFile_Impl(const openstudio::path& path, const bool createIndexes)
41 : m_path(path),

Callers 15

getSummaryDataMethod · 0.70
energyPlusVersionMethod · 0.70
illuminanceMapNamesMethod · 0.70
illuminanceMapRefPtMethod · 0.70
LocalBCLMethod · 0.50
updateLocalDbMethod · 0.50
getComponentMethod · 0.50
getMeasureMethod · 0.50
componentsMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected