![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QSqlErrorPrivate:
Collaboration diagram for QSqlErrorPrivate:Public Attributes | |
| QString | driverError |
| QString | databaseError |
| QSqlError::ErrorType | errorType |
| QString | errorCode |
Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Additional Inherited Members | |
Public Member Functions inherited from QSharedData | |
| QSharedData () noexcept | |
| Constructs a QSharedData object with a reference count of 0. | |
| QSharedData (const QSharedData &) noexcept | |
| Constructs a QSharedData object with reference count 0. | |
| QSharedData & | operator= (const QSharedData &)=delete |
| ~QSharedData ()=default | |
Definition at line 22 of file qsqlerror.cpp.
| QString QSqlErrorPrivate::databaseError |
Definition at line 26 of file qsqlerror.cpp.
Referenced by QSqlError::databaseText(), and QSqlError::text().
| QString QSqlErrorPrivate::driverError |
Definition at line 25 of file qsqlerror.cpp.
Referenced by QSqlError::driverText(), and QSqlError::text().
| QString QSqlErrorPrivate::errorCode |
Definition at line 28 of file qsqlerror.cpp.
Referenced by QSqlError::nativeErrorCode(), QSqlError::operator!=(), and QSqlError::operator==().
| QSqlError::ErrorType QSqlErrorPrivate::errorType |
Definition at line 27 of file qsqlerror.cpp.
Referenced by QSqlError::isValid(), QSqlError::operator!=(), QSqlError::operator==(), and QSqlError::type().