| 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 | |
| 63 | bool GetChar(uint32_t index, char* result) { return result_set_base_->GetChar(index, result); } |
| 64 |
nothing calls this directly
no outgoing calls
no test coverage detected