![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for OraFieldInfo:Public Attributes | |
| QString | name |
| QMetaType | type |
| ub1 | oraIsNull |
| ub4 | oraType |
| sb1 | oraScale |
| ub4 | oraLength |
| ub4 | oraFieldLength |
| sb2 | oraPrecision |
Definition at line 555 of file qsql_oci.cpp.
| QString OraFieldInfo::name |
Definition at line 557 of file qsql_oci.cpp.
Referenced by qFromOraInf().
| ub4 OraFieldInfo::oraFieldLength |
Definition at line 563 of file qsql_oci.cpp.
Referenced by qFromOraInf().
| ub1 OraFieldInfo::oraIsNull |
Definition at line 559 of file qsql_oci.cpp.
Referenced by qFromOraInf().
| ub4 OraFieldInfo::oraLength |
Definition at line 562 of file qsql_oci.cpp.
Referenced by QOCICols::QOCICols().
| sb2 OraFieldInfo::oraPrecision |
Definition at line 564 of file qsql_oci.cpp.
Referenced by QOCICols::QOCICols(), and qFromOraInf().
| sb1 OraFieldInfo::oraScale |
Definition at line 561 of file qsql_oci.cpp.
Referenced by qFromOraInf().
| ub4 OraFieldInfo::oraType |
Definition at line 560 of file qsql_oci.cpp.
Referenced by QOCICols::QOCICols(), and qFromOraInf().
| QMetaType OraFieldInfo::type |
Definition at line 558 of file qsql_oci.cpp.
Referenced by QOCICols::QOCICols(), and qFromOraInf().