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

Method connectionOpen

src/utilities/sql/SqlFile.cpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45bool SqlFile::connectionOpen() const {
46 bool result = false;
47 if (m_impl) {
48 result = m_impl->connectionOpen();
49 }
50 return result;
51}
52
53openstudio::path SqlFile::path() const {
54 openstudio::path result;

Callers 15

totalSiteEnergyMethod · 0.45
netSiteEnergyMethod · 0.45
totalSourceEnergyMethod · 0.45
netSourceEnergyMethod · 0.45
annualTotalCostMethod · 0.45
economicsEnergyCostMethod · 0.45
getElecOrGasUseMethod · 0.45
getElecOrGasCostMethod · 0.45
electricityHeatingMethod · 0.45

Calls

no outgoing calls

Tested by 6

SetUpMethod · 0.36
TEST_FFunction · 0.36