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

Method close

src/utilities/sql/SqlFile.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61bool SqlFile::close() {
62 bool result = false;
63 if (m_impl) {
64 result = m_impl->close();
65 }
66 return result;
67}
68
69bool SqlFile::reopen() {
70 bool result = false;

Callers 15

TearDownMethod · 0.45
saveMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
saveMethod · 0.45
BM_ParseEnergyPlusIddFunction · 0.45
BM_ParseOpenStudioIddFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
extractAllFilesMethod · 0.45
extractFileMethod · 0.45

Calls

no outgoing calls

Tested by 9

TearDownMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36