| 67 | static const std::string ResultRowCount = "executesql.row.count"; |
| 68 | |
| 69 | ExecuteSQL::ExecuteSQL(const std::string& name, utils::Identifier uuid) |
| 70 | : SQLProcessor(name, uuid), max_rows_(0) { |
| 71 | } |
| 72 | |
| 73 | ExecuteSQL::~ExecuteSQL() = default; |
| 74 |
nothing calls this directly
no outgoing calls
no test coverage detected