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
QOCIRowId Class Reference
+ 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.
 
QSharedDataoperator= (const QSharedData &)=delete
 
 ~QSharedData ()=default
 

Public Attributes

OCIRowid * id
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 98 of file qsql_oci.cpp.

Constructor & Destructor Documentation

◆ QOCIRowId()

QOCIRowId::QOCIRowId ( OCIEnv * env)

Definition at line 110 of file qsql_oci.cpp.

◆ ~QOCIRowId()

QOCIRowId::~QOCIRowId ( )

Definition at line 117 of file qsql_oci.cpp.

Member Data Documentation

◆ id

OCIRowid* QOCIRowId::id

Definition at line 104 of file qsql_oci.cpp.


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