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
QOCICols Class Reference
Collaboration diagram for QOCICols:

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

Detailed Description

Definition at line 783 of file qsql_oci.cpp.

Constructor & Destructor Documentation

◆ QOCICols() [1/2]

QOCICols::QOCICols ( qsizetype size,
QOCIResultPrivate * dp )

Definition at line 844 of file qsql_oci.cpp.

References QOCICols().

Referenced by QOCICols().

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

◆ QOCICols() [2/2]

QOCICols::QOCICols ( qsizetype size,
QOCIResultPrivate * dp )

Member Function Documentation

◆ execBatch() [1/2]

bool QOCICols::execBatch ( QOCIResultPrivate * d,
QVariantList & boundValues,
bool arrayBind )
static

Definition at line 1283 of file qsql_oci.cpp.

References QOCIBatchColumn::data, QOCIResultPrivate::env, and QOCIResultPrivate::isOutValue().

Here is the call graph for this function:

◆ execBatch() [2/2]

bool QOCICols::execBatch ( QOCIResultPrivate * d,
QVariantList & boundValues,
bool arrayBind )
static

◆ fieldFromDefine() [1/2]

qsizetype QOCICols::fieldFromDefine ( OCIDefine * d) const

Definition at line 1709 of file qsql_oci.cpp.

◆ fieldFromDefine() [2/2]

qsizetype QOCICols::fieldFromDefine ( OCIDefine * d) const

◆ getValues() [1/2]

void QOCICols::getValues ( QVariantList & v,
int index )

Definition at line 1718 of file qsql_oci.cpp.

◆ getValues() [2/2]

void QOCICols::getValues ( QVariantList & v,
int index )

◆ readLOBs() [1/2]

int QOCICols::readLOBs ( QVariantList & values,
int index = 0 )

Definition at line 1679 of file qsql_oci.cpp.

◆ readLOBs() [2/2]

int QOCICols::readLOBs ( QVariantList & values,
int index = 0 )

◆ readPiecewise() [1/2]

int QOCICols::readPiecewise ( QVariantList & values,
int index = 0 )

Definition at line 1063 of file qsql_oci.cpp.

◆ readPiecewise() [2/2]

int QOCICols::readPiecewise ( QVariantList & values,
int index = 0 )

◆ size() [1/2]

qsizetype QOCICols::size ( ) const
inline

Definition at line 792 of file qsql_oci.cpp.

◆ size() [2/2]

qsizetype QOCICols::size ( ) const
inline

Definition at line 792 of file qsql_oci.cpp.

Member Data Documentation

◆ rec

QSqlRecord QOCICols::rec

Definition at line 795 of file qsql_oci.cpp.


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