Qt 6.8
Qt SQL
C++ Classes
QSqlRecord
Qt 6.8.0 Reference Documentation
List of All Members for QSqlRecord
This is the complete list of members for
QSqlRecord
, including inherited members.
QSqlRecord
()
QSqlRecord
(const QSqlRecord &)
QSqlRecord
(QSqlRecord &&)
~QSqlRecord
()
append
(const QSqlField &)
clear
()
clearValues
()
contains
(QAnyStringView) const : bool
count
() const : int
field
(int) const : QSqlField
field
(QAnyStringView) const : QSqlField
fieldName
(int) const : QString
indexOf
(QAnyStringView) const : int
insert
(int, const QSqlField &)
isEmpty
() const : bool
isGenerated
(int) const : bool
isGenerated
(QAnyStringView) const : bool
isNull
(int) const : bool
isNull
(QAnyStringView) const : bool
keyValues
(const QSqlRecord &) const : QSqlRecord
remove
(int)
replace
(int, const QSqlField &)
setGenerated
(QAnyStringView, bool)
setGenerated
(int, bool)
setNull
(int)
setNull
(QAnyStringView)
setValue
(int, const QVariant &)
setValue
(QAnyStringView, const QVariant &)
swap
(QSqlRecord &)
value
(int) const : QVariant
value
(QAnyStringView) const : QVariant
operator!=
(const QSqlRecord &) const : bool
operator=
(QSqlRecord &&) : QSqlRecord &
operator=
(const QSqlRecord &) : QSqlRecord &
operator==
(const QSqlRecord &) const : bool