Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
OraFieldInfo Struct Reference
+ Collaboration diagram for OraFieldInfo:

Public Attributes

QString name
 
QMetaType type
 
ub1 oraIsNull
 
ub4 oraType
 
sb1 oraScale
 
ub4 oraLength
 
ub4 oraFieldLength
 
sb2 oraPrecision
 

Detailed Description

Definition at line 555 of file qsql_oci.cpp.

Member Data Documentation

◆ name

QString OraFieldInfo::name

Definition at line 557 of file qsql_oci.cpp.

Referenced by qFromOraInf().

◆ oraFieldLength

ub4 OraFieldInfo::oraFieldLength

Definition at line 563 of file qsql_oci.cpp.

Referenced by qFromOraInf().

◆ oraIsNull

ub1 OraFieldInfo::oraIsNull

Definition at line 559 of file qsql_oci.cpp.

Referenced by qFromOraInf().

◆ oraLength

ub4 OraFieldInfo::oraLength

Definition at line 562 of file qsql_oci.cpp.

Referenced by QOCICols::QOCICols().

◆ oraPrecision

sb2 OraFieldInfo::oraPrecision

Definition at line 564 of file qsql_oci.cpp.

Referenced by QOCICols::QOCICols(), and qFromOraInf().

◆ oraScale

sb1 OraFieldInfo::oraScale

Definition at line 561 of file qsql_oci.cpp.

Referenced by qFromOraInf().

◆ oraType

ub4 OraFieldInfo::oraType

Definition at line 560 of file qsql_oci.cpp.

Referenced by QOCICols::QOCICols(), and qFromOraInf().

◆ type

QMetaType OraFieldInfo::type

Definition at line 558 of file qsql_oci.cpp.

Referenced by QOCICols::QOCICols(), and qFromOraInf().


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