![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QOCIRowId:
Collaboration diagram for QOCIRowId:Public Member Functions | |
| QOCIRowId (OCIEnv *env) | |
| ~QOCIRowId () | |
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. | |
| QSharedData & | operator= (const QSharedData &)=delete |
| ~QSharedData ()=default | |
Public Attributes | |
| OCIRowid * | id |
Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 95 of file qsql_oci.cpp.
| QOCIRowId::QOCIRowId | ( | OCIEnv * | env | ) |
Definition at line 107 of file qsql_oci.cpp.
| QOCIRowId::~QOCIRowId | ( | ) |
Definition at line 114 of file qsql_oci.cpp.
| OCIRowid* QOCIRowId::id |
Definition at line 101 of file qsql_oci.cpp.