Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QOCIBatchColumn Struct Reference
+ Collaboration diagram for QOCIBatchColumn:

Public Member Functions

 QOCIBatchColumn ()
 

Public Attributes

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

Detailed Description

Definition at line 1268 of file qsql_oci.cpp.

Constructor & Destructor Documentation

◆ QOCIBatchColumn()

QOCIBatchColumn::QOCIBatchColumn ( )
inline

Definition at line 1270 of file qsql_oci.cpp.

Member Data Documentation

◆ bindAs

ub2 QOCIBatchColumn::bindAs

Definition at line 1275 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().

◆ bindh

OCIBind* QOCIBatchColumn::bindh

Definition at line 1274 of file qsql_oci.cpp.

◆ curelep

ub4 QOCIBatchColumn::curelep

Definition at line 1282 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().

◆ data

char* QOCIBatchColumn::data

Definition at line 1278 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().

◆ indicators

sb2* QOCIBatchColumn::indicators

Definition at line 1280 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().

◆ lengths

ub4* QOCIBatchColumn::lengths

Definition at line 1279 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().

◆ maxarr_len

ub4 QOCIBatchColumn::maxarr_len

Definition at line 1281 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().

◆ maxLen

ub4 QOCIBatchColumn::maxLen

Definition at line 1276 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().

◆ recordCount

ub4 QOCIBatchColumn::recordCount

Definition at line 1277 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().


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