(PHP 5, PHP 7)
はじめに
mysqli の例外を処理するクラスです。
クラス概要
mysqli_sql_exception extends RuntimeException {
protected
string
$sqlstate
/* 継承したプロパティ */
protected
string
$message
protected
int
$code
protected
string
$file
protected
int
$line
}
プロパティ
sqlstate
- エラーの SQLSTATE。
/* プロパティ */