Php/docs/class.pdoexception
来自菜鸟教程
(PHP 5 >= 5.1.0, PHP 7)
类摘要
PDOException extends RuntimeException {
public
array
$errorInfo
protected
string
$message
protected
string
$code
/* 继承的方法 */
final public Exception::getMessage ( ) : string
final public Exception::getPrevious ( ) : Throwable
final public Exception::getCode ( ) : int
final public Exception::getFile ( ) : string
final public Exception::getLine ( ) : int
final public Exception::getTrace ( ) : array
final public Exception::getTraceAsString ( ) : string
public Exception::__toString ( ) : string
final private Exception::__clone ( ) : void
}
属性
errorInfo
- 相当于PDO::errorInfo() 或 PDOStatement::errorInfo()
message
- 文本错误信息。用 Exception::getMessage() 来访问。
code
SQLSTATE
错误码。用Exception::getCode() 来访问。
/* 属性 */