Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QOCIRowId Class Reference
Inheritance diagram for QOCIRowId:
Collaboration diagram for QOCIRowId:

Public Member Functions

 QOCIRowId (OCIEnv *env)
 ~QOCIRowId ()
 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 101 of file qsql_oci.cpp.

Constructor & Destructor Documentation

◆ QOCIRowId() [1/2]

QOCIRowId::QOCIRowId ( OCIEnv * env)

Definition at line 113 of file qsql_oci.cpp.

References QOCIRowId().

Referenced by QOCIRowId().

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

◆ ~QOCIRowId() [1/2]

QOCIRowId::~QOCIRowId ( )

Definition at line 120 of file qsql_oci.cpp.

◆ QOCIRowId() [2/2]

QOCIRowId::QOCIRowId ( OCIEnv * env)

◆ ~QOCIRowId() [2/2]

QOCIRowId::~QOCIRowId ( )

Member Data Documentation

◆ id

OCIRowid * QOCIRowId::id

Definition at line 107 of file qsql_oci.cpp.


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