![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
QOCICols (qsizetype size, QOCIResultPrivate *dp) | |
int | readPiecewise (QVariantList &values, int index=0) |
int | readLOBs (QVariantList &values, int index=0) |
qsizetype | fieldFromDefine (OCIDefine *d) const |
void | getValues (QVariantList &v, int index) |
qsizetype | size () const |
QOCICols (qsizetype size, QOCIResultPrivate *dp) | |
int | readPiecewise (QVariantList &values, int index=0) |
int | readLOBs (QVariantList &values, int index=0) |
qsizetype | fieldFromDefine (OCIDefine *d) const |
void | getValues (QVariantList &v, int index) |
qsizetype | size () const |
Static Public Member Functions | |
static bool | execBatch (QOCIResultPrivate *d, QVariantList &boundValues, bool arrayBind) |
static bool | execBatch (QOCIResultPrivate *d, QVariantList &boundValues, bool arrayBind) |
Public Attributes | |
QSqlRecord | rec |
Definition at line 783 of file qsql_oci.cpp.
QOCICols::QOCICols | ( | qsizetype | size, |
QOCIResultPrivate * | dp ) |
Definition at line 844 of file qsql_oci.cpp.
References QOCICols().
Referenced by QOCICols().
QOCICols::QOCICols | ( | qsizetype | size, |
QOCIResultPrivate * | dp ) |
|
static |
Definition at line 1283 of file qsql_oci.cpp.
References QOCIBatchColumn::data, QOCIResultPrivate::env, and QOCIResultPrivate::isOutValue().
|
static |
qsizetype QOCICols::fieldFromDefine | ( | OCIDefine * | d | ) | const |
Definition at line 1709 of file qsql_oci.cpp.
qsizetype QOCICols::fieldFromDefine | ( | OCIDefine * | d | ) | const |
void QOCICols::getValues | ( | QVariantList & | v, |
int | index ) |
Definition at line 1718 of file qsql_oci.cpp.
void QOCICols::getValues | ( | QVariantList & | v, |
int | index ) |
int QOCICols::readLOBs | ( | QVariantList & | values, |
int | index = 0 ) |
Definition at line 1679 of file qsql_oci.cpp.
int QOCICols::readLOBs | ( | QVariantList & | values, |
int | index = 0 ) |
int QOCICols::readPiecewise | ( | QVariantList & | values, |
int | index = 0 ) |
Definition at line 1063 of file qsql_oci.cpp.
int QOCICols::readPiecewise | ( | QVariantList & | values, |
int | index = 0 ) |
|
inline |
Definition at line 792 of file qsql_oci.cpp.
|
inline |
Definition at line 792 of file qsql_oci.cpp.
QSqlRecord QOCICols::rec |
Definition at line 795 of file qsql_oci.cpp.