Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QMYSQLResultPrivate::QMyField Struct Reference
Collaboration diagram for QMYSQLResultPrivate::QMyField:

Public Attributes

char * outField = nullptr
const MYSQL_FIELD * myField = nullptr
QMetaType type = QMetaType()
my_bool nullIndicator = false
ulong bufLength = 0ul

Detailed Description

Definition at line 192 of file qsql_mysql.cpp.

Member Data Documentation

◆ bufLength

ulong QMYSQLResultPrivate::QMyField::bufLength = 0ul

Definition at line 198 of file qsql_mysql.cpp.

Referenced by QMYSQLResultPrivate::bindInValues(), and QMYSQLResult::data().

◆ myField

const MYSQL_FIELD * QMYSQLResultPrivate::QMyField::myField = nullptr

Definition at line 195 of file qsql_mysql.cpp.

◆ nullIndicator

my_bool QMYSQLResultPrivate::QMyField::nullIndicator = false

Definition at line 197 of file qsql_mysql.cpp.

◆ outField

char * QMYSQLResultPrivate::QMyField::outField = nullptr

Definition at line 194 of file qsql_mysql.cpp.

Referenced by QMYSQLResultPrivate::bindInValues(), and QMYSQLResult::data().

◆ type

QMetaType QMYSQLResultPrivate::QMyField::type = QMetaType()

Definition at line 196 of file qsql_mysql.cpp.


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