![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Attributes | |
char * | outField = nullptr |
const MYSQL_FIELD * | myField = nullptr |
QMetaType | type = QMetaType() |
my_bool | nullIndicator = false |
ulong | bufLength = 0ul |
Definition at line 192 of file qsql_mysql.cpp.
ulong QMYSQLResultPrivate::QMyField::bufLength = 0ul |
Definition at line 198 of file qsql_mysql.cpp.
Referenced by QMYSQLResultPrivate::bindInValues(), and QMYSQLResult::data().
const MYSQL_FIELD * QMYSQLResultPrivate::QMyField::myField = nullptr |
Definition at line 195 of file qsql_mysql.cpp.
my_bool QMYSQLResultPrivate::QMyField::nullIndicator = false |
Definition at line 197 of file qsql_mysql.cpp.
char * QMYSQLResultPrivate::QMyField::outField = nullptr |
Definition at line 194 of file qsql_mysql.cpp.
Referenced by QMYSQLResultPrivate::bindInValues(), and QMYSQLResult::data().
Definition at line 196 of file qsql_mysql.cpp.