7#include <QtSql/qtsqlglobal.h>
8#include <QtSql/qsqldatabase.h>
9#include <QtCore/qstring.h>
10#include <QtCore/qvariant.h>
29#if QT_DEPRECATED_SINCE(6, 2)
40 :
d(std::exchange(
other.d,
nullptr))
42 QT_MOVE_ASSIGNMENT_OPERATOR_IMPL_VIA_MOVE_AND_SWAP(
QSqlQuery)
51 bool isNull(
int field)
const;
55 int numRowsAffected()
const;
57 bool isSelect()
const;
61 bool isForwardOnly()
const;
72 bool seek(
int i,
bool relative =
false);
83 bool execBatch(BatchExecutionMode
mode = ValuesAsRows);
The QSqlDatabase class handles a connection to a database.
The QSqlDriver class is an abstract base class for accessing specific SQL databases.
The QSqlError class provides SQL database error information.
The QSqlQuery class provides a means of executing and manipulating SQL statements.
QSqlQuery & operator=(const QSqlQuery &other)=delete
QSqlQuery(QSqlQuery &&other) noexcept
void swap(QSqlQuery &other) noexcept
BatchExecutionMode
\value ValuesAsRows - Updates multiple rows.
QSqlQuery(const QSqlQuery &other)=delete
The QSqlRecord class encapsulates a database record.
The QSqlResult class provides an abstract interface for accessing data from specific SQL databases.
\macro QT_RESTRICTED_CAST_FROM_ASCII
query setForwardOnly(true)
Combined button and popup list for selecting options.
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
GLenum GLuint GLintptr GLsizeiptr size
[1]
constexpr void qt_ptr_swap(T *&lhs, T *&rhs) noexcept
#define QT_DEPRECATED_VERSION_X_6_2(text)