« mysqli_warning::next
Apelidos e Funções obsoletas da Mysqli »
PHP Manual
MySQLi
The mysqli_sql_exception class
The mysqli_sql_exception class
(PHP 5, PHP 7)
Introdução
The mysqli exception handling class.
Sinopse da classe
mysqli_sql_exception
extends
RuntimeException
{
/* Propriedades */
protected
string
$
sqlstate
;
/* Propriedades herdadas */
protected
string
$
message
;
protected
int
$
code
;
protected
string
$
file
;
protected
int
$
line
;
}
Propriedades
sqlstate
The sql state with the error.