Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 1271 of file qsql_oci.cpp.

Constructor & Destructor Documentation

◆ QOCIBatchColumn()

QOCIBatchColumn::QOCIBatchColumn ( )
inline

Definition at line 1273 of file qsql_oci.cpp.

Member Data Documentation

◆ bindAs

ub2 QOCIBatchColumn::bindAs

Definition at line 1278 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().

◆ bindh

OCIBind* QOCIBatchColumn::bindh

Definition at line 1277 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().

◆ curelep

ub4 QOCIBatchColumn::curelep

Definition at line 1285 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().

◆ data

char* QOCIBatchColumn::data

Definition at line 1281 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().

◆ indicators

sb2* QOCIBatchColumn::indicators

Definition at line 1283 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().

◆ lengths

ub4* QOCIBatchColumn::lengths

Definition at line 1282 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().

◆ maxarr_len

ub4 QOCIBatchColumn::maxarr_len

Definition at line 1284 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().

◆ maxLen

ub4 QOCIBatchColumn::maxLen

Definition at line 1279 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().

◆ recordCount

ub4 QOCIBatchColumn::recordCount

Definition at line 1280 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().


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