Mysqli
PHP Manual

The mysqli_sql_exception class

(PHP 5)

Introduzione

The mysqli exception handling class.

Sommario dellla classe

mysqli_sql_exception extends RuntimeException {
/* Proprietà */
protected string $sqlstate ;
/* Proprietà ereditate */
protected string $message ;
protected int $code ;
protected string $file ;
protected int $line ;
}

Proprietà

sqlstate

The sql state with the error.


Mysqli
PHP Manual