system system.base system.caching system.caching.dependencies system.collections system.console system.db system.db.ar system.db.schema system.db.schema.mssql system.db.schema.mysql system.db.schema.oci system.db.schema.pgsql system.db.schema.sqlite system.i18n system.i18n.gettext system.logging system.utils system.validators system.web system.web.actions system.web.auth system.web.filters system.web.helpers system.web.renderers system.web.services system.web.widgets system.web.widgets.captcha system.web.widgets.pagers

CDbException

system.db
继承 class CDbException » CException » Exception
实现 Throwable
可用自 1.0
版本 $Id$
CDbException represents an exception that is caused by some DB-related operations.

受保护的属性

隐藏继承的属性

属性类型描述被定义在
code Exception
file Exception
line Exception
message Exception

公共方法

隐藏继承的方法

方法描述被定义在
__construct() Exception
__toString() Exception
__wakeup() Exception
getCode() Exception
getFile() Exception
getLine() Exception
getMessage() Exception
getPrevious() Exception
getTrace() Exception
getTraceAsString() Exception