Mysqli
PHP Manual

The mysqli_sql_exception class

(PHP 5)

Introducere

The mysqli exception handling class.

Sinopsisul clasei

mysqli_sql_exception extends RuntimeException {
/* Proprietăți */
protected string $sqlstate ;
/* Proprietăți moștenite */
protected string $message ;
protected int $code ;
protected string $file ;
protected int $line ;
}

Proprietăți

sqlstate

The sql state with the error.


Mysqli
PHP Manual