| 57 | bool IsNULL(int index) { return result_set_base_->IsNULL(index); } |
| 58 | |
| 59 | bool GetString(uint32_t index, std::string* str) { return result_set_base_->GetString(index, str); } |
| 60 | |
| 61 | bool GetBool(uint32_t index, bool* result) { return result_set_base_->GetBool(index, result); } |
| 62 |
nothing calls this directly
no outgoing calls
no test coverage detected