Mysqli
PHP Manual

The mysqli_sql_exception class

(PHP 5)

Einführung

The mysqli exception handling class.

Klassenbeschreibung

mysqli_sql_exception extends RuntimeException {
/* Eigenschaften */
protected string $sqlstate ;
/* Geerbte Eigenschaften */
protected string $message ;
protected int $code ;
protected string $file ;
protected int $line ;
}

Eigenschaften

sqlstate

The sql state with the error.


Mysqli
PHP Manual