The mysqli_sql_exception class

(PHP 5, PHP 7)

Giriş

The mysqli exception handling class.

Sınıf Sözdizimi

mysqli_sql_exception extends RuntimeException {
/* Özellikler */
protected string $sqlstate ;
/* Miras alınan özellikler */
protected string $message ;
protected int $code ;
protected string $file ;
protected int $line ;
}

Özellikler

sqlstate

The sql state with the error.