| 284 | } |
| 285 | |
| 286 | int num_rows_fetched() const { return num_rows_fetched_; } |
| 287 | void set_fetched_rows() { fetched_rows_ = true; } |
| 288 | bool fetched_rows() const { return fetched_rows_; } |
| 289 | bool returns_result_set() const { return !result_metadata_.columns.empty(); } |
no outgoing calls
no test coverage detected