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 $code ;
protected $sqlstate ;
}

Proprietăți

message

The error message.

file

The file with the error.

line

The line with the error.

code

The code causing the error.

sqlstate

The sql state with the error.


Mysqli
PHP Manual