multi = $this->query($query); } /** Get current resultset * @return Result|bool */ function store_result() { return $this->multi; } /** Fetch next resultset */ function next_result(): bool { return false; } }