QtSql/qsqlerror.h Source File
Go to the documentation of this file.
64 Connection = ConnectionError,
65 Statement = StatementError,
66 Transaction = TransactionError,
67 Unknown = UnknownError
74 QSqlError(
const QSqlError& other);
75 QSqlError&
operator=(
const QSqlError& other);
79 void setDriverText(
const QString& driverText);
81 void setDatabaseText(
const QString& databaseText);
85 void setNumber(
int number);
96 #ifndef QT_NO_DEBUG_STREAM
104 #endif // QSQLERROR_H
GLuint GLuint GLsizei GLenum type
QSqlDatabase & operator=(const QSqlDatabase &other)
#define QT_BEGIN_NAMESPACE
ErrorType
Tells your program how to recover from an error.
Q_SQL_EXPORT QDebug operator<<(QDebug, const QSqlError &)