Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSqlRecordPrivate Class Reference
+ Inheritance diagram for QSqlRecordPrivate:
+ Collaboration diagram for QSqlRecordPrivate:

Public Member Functions

bool contains (qsizetype index) const
 
- Public Member Functions inherited from QSharedData
 QSharedData () noexcept
 Constructs a QSharedData object with a reference count of 0.
 
 QSharedData (const QSharedData &) noexcept
 Constructs a QSharedData object with reference count 0.
 
QSharedDataoperator= (const QSharedData &)=delete
 
 ~QSharedData ()=default
 

Public Attributes

QList< QSqlFieldfields
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 14 of file qsqlrecord.cpp.

Member Function Documentation

◆ contains()

bool QSqlRecordPrivate::contains ( qsizetype index) const
inline

Definition at line 17 of file qsqlrecord.cpp.

References fields, and QList< T >::size().

Referenced by QSqlRecord::remove(), QSqlRecord::replace(), QSqlRecord::setGenerated(), QSqlRecord::setNull(), and QSqlRecord::setValue().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ fields


The documentation for this class was generated from the following file: