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
QOCIBatchColumn Struct Reference
Collaboration diagram for QOCIBatchColumn:

Public Attributes

OCIBind * bindh = nullptr
ub2 bindAs = 0
ub4 maxLen = 0
ub4 recordCount = 0
char * data = nullptr
ub4 * lengths = nullptr
sb2 * indicators = nullptr
ub4 maxarr_len = 0
ub4 curelep = 0

Detailed Description

Definition at line 1252 of file qsql_oci.cpp.

Member Data Documentation

◆ bindAs

ub2 QOCIBatchColumn::bindAs = 0

Definition at line 1255 of file qsql_oci.cpp.

◆ bindh

OCIBind * QOCIBatchColumn::bindh = nullptr

Definition at line 1254 of file qsql_oci.cpp.

◆ curelep

ub4 QOCIBatchColumn::curelep = 0

Definition at line 1262 of file qsql_oci.cpp.

◆ data

char * QOCIBatchColumn::data = nullptr

Definition at line 1258 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().

◆ indicators

sb2 * QOCIBatchColumn::indicators = nullptr

Definition at line 1260 of file qsql_oci.cpp.

◆ lengths

ub4 * QOCIBatchColumn::lengths = nullptr

Definition at line 1259 of file qsql_oci.cpp.

◆ maxarr_len

ub4 QOCIBatchColumn::maxarr_len = 0

Definition at line 1261 of file qsql_oci.cpp.

◆ maxLen

ub4 QOCIBatchColumn::maxLen = 0

Definition at line 1256 of file qsql_oci.cpp.

◆ recordCount

ub4 QOCIBatchColumn::recordCount = 0

Definition at line 1257 of file qsql_oci.cpp.


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