#include "qsqlerror.h"
#include "qdebug.h"
Go to the source code of this file.
◆ operator<<()
Definition at line 48 of file qsqlerror.cpp.
QString driverText() const
Returns the text of the error as reported by the driver.
QDebug & nospace()
Clears the stream's internal flag that records whether the last character was a space and returns a r...
QString databaseText() const
Returns the text of the error as reported by the database.
QDebug & space()
Writes a space character to the debug stream and returns a reference to the stream.
int number() const
Returns the database-specific error number, or -1 if it cannot be determined.