fastdo  0.6.8
eiendb::MysqlDbError类 参考

MySQL数据库错误 更多...

#include <eiendb_mysql.hpp>

类 eiendb::MysqlDbError 继承关系图:
eiendb::MysqlDbError 的协作图:

Public 成员函数

 MysqlDbError (int mysqlErrNo, winux::AnsiString const &s)
 
int getMysqlErrCode () const throw ()
 
- Public 成员函数 继承自 eiendb::DbError
 DbError (int errType, winux::AnsiString const &s) throw ()
 
- Public 成员函数 继承自 winux::Error
 Error () throw ()
 
 Error (int errType, AnsiString const &errStr) throw ()
 
virtual ~Error () throw ()
 
virtual int getErrType () const throw ()
 
virtual char const * what () const throw ()
 

额外继承的成员函数

- Public 类型 继承自 eiendb::DbError
enum  {
  dbeNone, dbeDbSelfError, dbeNotImplemented, dbeConfigParamsError,
  dbeMysqlError, dbeSqliteError, dbePgsqlError
}
 

详细描述

MySQL数据库错误

在文件 eiendb_mysql.hpp13 行定义.

构造及析构函数说明

eiendb::MysqlDbError::MysqlDbError ( int  mysqlErrNo,
winux::AnsiString const &  s 
)
inline

在文件 eiendb_mysql.hpp17 行定义.

成员函数说明

int eiendb::MysqlDbError::getMysqlErrCode ( ) const
throw (
)
inline

在文件 eiendb_mysql.hpp18 行定义.


该类的文档由以下文件生成: