Php/docs/class.mysqli-sql-exception

From Get docs
Revision as of 07:30, 9 December 2020 by Notes (talk | contribs) (autoload)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

(PHP 5, PHP 7)

Introduction

The mysqli exception handling class.


Class synopsis


mysqli_sql_exception extends RuntimeException {

/* Properties */

protected string $sqlstate

/* Inherited properties */

protected string $message

protected int $code

protected string $file

protected int $line

}

Properties

sqlstate
The sql state with the error.