#include "qsqlrecord.h"
#include "qdebug.h"
#include "qstringlist.h"
#include "qatomic.h"
#include "qsqlfield.h"
#include "qstring.h"
#include "qvector.h"
Go to the source code of this file.
◆ operator<<()
Definition at line 618 of file qsqlrecord.cpp.
620 dbg <<
"QSqlRecord(" << r.
count() <<
')';
621 for (
int i = 0; i < r.
count(); ++i)
QString toString() const
Returns the variant as a QString if the variant has type() String , Bool , ByteArray ...
QSqlField field(int i) const
Returns the field at position index.
int count() const
Returns the number of fields in the record.
QString arg(qlonglong a, int fieldwidth=0, int base=10, const QChar &fillChar=QLatin1Char(' ')) const Q_REQUIRED_RESULT
static QString fromLatin1(const char *, int size=-1)
Returns a QString initialized with the first size characters of the Latin-1 string str...
QVariant value(int i) const
Returns the value of the field located at position index in the record.