Qt 4.8
Public Functions | Public Variables | List of all members
QOCIBatchColumn Struct Reference

Public Functions

 QOCIBatchColumn ()
 

Public Variables

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

Detailed Description

Definition at line 1248 of file qsql_oci.cpp.

Constructors and Destructors

◆ QOCIBatchColumn()

QOCIBatchColumn::QOCIBatchColumn ( )
inline

Definition at line 1250 of file qsql_oci.cpp.

1251  : bindh(0), bindAs(0), maxLen(0), recordCount(0),
1252  data(0), lengths(0), indicators(0), maxarr_len(0), curelep(0) {}
OCIBind * bindh
Definition: qsql_oci.cpp:1254

Properties

◆ bindAs

ub2 QOCIBatchColumn::bindAs

Definition at line 1255 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().

◆ bindh

OCIBind* QOCIBatchColumn::bindh

Definition at line 1254 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().

◆ curelep

ub4 QOCIBatchColumn::curelep

Definition at line 1262 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().

◆ data

char* QOCIBatchColumn::data

Definition at line 1258 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().

◆ indicators

sb2* QOCIBatchColumn::indicators

Definition at line 1260 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().

◆ lengths

ub2* QOCIBatchColumn::lengths

Definition at line 1259 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().

◆ maxarr_len

ub4 QOCIBatchColumn::maxarr_len

Definition at line 1261 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().

◆ maxLen

ub4 QOCIBatchColumn::maxLen

Definition at line 1256 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().

◆ recordCount

ub4 QOCIBatchColumn::recordCount

Definition at line 1257 of file qsql_oci.cpp.

Referenced by QOCICols::execBatch().


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