Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSqlErrorPrivate Class Reference
+ 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.
 
QSharedDataoperator= (const QSharedData &)=delete
 
 ~QSharedData ()=default
 

Detailed Description

Definition at line 22 of file qsqlerror.cpp.

Member Data Documentation

◆ databaseError

QString QSqlErrorPrivate::databaseError

Definition at line 26 of file qsqlerror.cpp.

Referenced by QSqlError::databaseText(), and QSqlError::text().

◆ driverError

QString QSqlErrorPrivate::driverError

Definition at line 25 of file qsqlerror.cpp.

Referenced by QSqlError::driverText(), and QSqlError::text().

◆ errorCode

QString QSqlErrorPrivate::errorCode

◆ errorType

QSqlError::ErrorType QSqlErrorPrivate::errorType

The documentation for this class was generated from the following file: