Returns true if query node HAVING section is not empty, false otherwise
| 406 | |
| 407 | /// Returns true if query node HAVING section is not empty, false otherwise |
| 408 | bool hasHaving() const |
| 409 | { |
| 410 | return getHaving() != nullptr; |
| 411 | } |
| 412 | |
| 413 | /// Get HAVING section node |
| 414 | const QueryTreeNodePtr & getHaving() const |
no outgoing calls
no test coverage detected