![]() |
Qt 6.x
The Qt SDK
|
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 |
Definition at line 1271 of file qsql_oci.cpp.
|
inline |
Definition at line 1273 of file qsql_oci.cpp.
ub2 QOCIBatchColumn::bindAs |
Definition at line 1278 of file qsql_oci.cpp.
Referenced by QOCICols::execBatch().
OCIBind* QOCIBatchColumn::bindh |
Definition at line 1277 of file qsql_oci.cpp.
Referenced by QOCICols::execBatch().
ub4 QOCIBatchColumn::curelep |
Definition at line 1285 of file qsql_oci.cpp.
Referenced by QOCICols::execBatch().
char* QOCIBatchColumn::data |
Definition at line 1281 of file qsql_oci.cpp.
Referenced by QOCICols::execBatch().
sb2* QOCIBatchColumn::indicators |
Definition at line 1283 of file qsql_oci.cpp.
Referenced by QOCICols::execBatch().
ub4* QOCIBatchColumn::lengths |
Definition at line 1282 of file qsql_oci.cpp.
Referenced by QOCICols::execBatch().
ub4 QOCIBatchColumn::maxarr_len |
Definition at line 1284 of file qsql_oci.cpp.
Referenced by QOCICols::execBatch().
ub4 QOCIBatchColumn::maxLen |
Definition at line 1279 of file qsql_oci.cpp.
Referenced by QOCICols::execBatch().
ub4 QOCIBatchColumn::recordCount |
Definition at line 1280 of file qsql_oci.cpp.
Referenced by QOCICols::execBatch().