$this->numRows = $this->PDOStatement->rowCount();return $this->numRows;} catch (\PDOException $e) {if ($this->isBreak($e)) {return $this->close()->execute($sql, $bind, $query);}throw new PDOException($e, $this->config, $this->getLastsql());} catch (\Throwable $e) {if ($this->isBreak($e)) {return $this->close()->execute($sql, $bind, $query);}throw $e;} catch (\Exception $e) {if ($this->isBreak($e)) {return $this->close()->execute($sql, $bind, $query);
| SQLSTATE | 42000 |
| Driver Error Code |