Mysqli
在线手册:中文 英文
PHP手册

The mysqli_sql_exception class

(PHP 5)

简介

The mysqli exception handling class.

类摘要

mysqli_sql_exception extends RuntimeException {
/* 属性 */
protected $code ;
protected $sqlstate ;
}

属性

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手册