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

Method execute

src/utilities/sql/PreparedStatement.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49int PreparedStatement::execute() {
50 int code = sqlite3_step(m_statement);
51 sqlite3_reset(m_statement);
52 return code;
53}
54
55boost::optional<double> PreparedStatement::execAndReturnFirstDouble() const {
56 boost::optional<double> value;

Callers 2

executeFunction · 0.45
executeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected