7#include <QtSql/qtsqlglobal.h>
8#include <QtCore/qshareddata.h>
9#include <QtCore/qstring.h>
26 QT_MOVE_ASSIGNMENT_OPERATOR_IMPL_VIA_MOVE_AND_SWAP(
QSqlRecord)
41 bool isNull(
int i)
const;
50 bool isGenerated(
int i)
const;
52 void setGenerated(
const QString&
name,
bool generated);
53 void setGenerated(
int i,
bool generated);
72#ifndef QT_NO_DEBUG_STREAM
The QSqlField class manipulates the fields in SQL database tables and views.
The QSqlRecord class encapsulates a database record.
void swap(QSqlRecord &other) noexcept
~QSqlRecord()
Destroys the object and frees any allocated resources.
QSqlRecord(QSqlRecord &&other) noexcept=default
bool operator!=(const QSqlRecord &other) const
Returns true if this object is not identical to other; otherwise returns false.
QSqlRecord & operator=(const QSqlRecord &other)
Sets the record equal to other.
QSqlRecord(const QSqlRecord &other)
Constructs a copy of other.
\macro QT_RESTRICTED_CAST_FROM_ASCII
list append(new Employee("Blackpool", "Stephen"))
cache insert(employee->id(), employee)
Combined button and popup list for selecting options.
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
static bool contains(const QJsonArray &haystack, unsigned needle)
GLenum GLenum GLsizei count
bool operator==(const QRandomGenerator &rng1, const QRandomGenerator &rng2)
#define QT_DECLARE_QESDP_SPECIALIZATION_DTOR_WITH_EXPORT(Class, ExportMacro)
Q_SQL_EXPORT QDebug operator<<(QDebug, const QSqlRecord &)
settings setValue("DataPump/bgcolor", color)
settings remove("monkey")