update : 2015.11.03
php.shukuma.com
검색:
The mysqli_sql_exception class
mysqli_warning::next
Aliases and deprecated Mysqli 함수 목록
MySQLi
PHP Manual
The mysqli_sql_exception class
(PHP 5)
소개
The mysqli exception handling class.
클래스 개요
mysqli_sql_exception
extends
RuntimeException
{
/* 프로퍼티 */
protected
string
$
sqlstate
;
/* 상속된 프로퍼티 */
protected
string
$
message
;
protected
int
$
code
;
protected
string
$
file
;
protected
int
$
line
;
}
프로퍼티
sqlstate
The sql state with the error.
mysqli_warning::next
Aliases and deprecated Mysqli 함수 목록
MySQLi
PHP Manual