mysqli
PHP Manual

The mysqli_sql_exception class

(PHP 5)

Введение

The mysqli exception handling class.

Обзор классов

mysqli_sql_exception extends RuntimeException {
/* Свойства */
protected string $sqlstate ;
/* Наследуемые свойства */
protected string $message ;
protected int $code ;
protected string $file ;
protected int $line ;
}

Свойства

sqlstate

The sql state with the error.


mysqli
PHP Manual