Definition at line 132 of file qsql_oci.cpp.
◆ QOCIRowId() [1/2]
QOCIRowId::QOCIRowId |
( |
OCIEnv * |
env | ) |
|
Definition at line 144 of file qsql_oci.cpp.
147 OCIDescriptorAlloc (env, reinterpret_cast<dvoid **>(&
id),
148 OCI_DTYPE_ROWID, 0, 0);
◆ ~QOCIRowId()
QOCIRowId::~QOCIRowId |
( |
| ) |
|
Definition at line 151 of file qsql_oci.cpp.
154 OCIDescriptorFree(
id, OCI_DTYPE_ROWID);
◆ QOCIRowId() [2/2]
QOCIRowId::QOCIRowId |
( |
const QOCIRowId & |
other | ) |
|
|
inlineprivate |
Definition at line 141 of file qsql_oci.cpp.
QSharedData()
Constructs a QSharedData object with a reference count of 0.
◆ id
The documentation for this class was generated from the following file: