![]() |
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 | |
| unsigned int | year |
| unsigned int | month |
| unsigned int | day |
| unsigned int | hour |
| unsigned int | minute |
| unsigned int | second |
| unsigned long | second_part |
| my_bool | neg |
| enum enum_mysql_timestamp_type | time_type |
Definition at line 47 of file qsql_mysql.cpp.
| unsigned int QT_MYSQL_TIME::day |
Definition at line 49 of file qsql_mysql.cpp.
Referenced by QMYSQLResult::data().
| unsigned int QT_MYSQL_TIME::hour |
Definition at line 49 of file qsql_mysql.cpp.
Referenced by QMYSQLResult::data().
| unsigned int QT_MYSQL_TIME::minute |
Definition at line 49 of file qsql_mysql.cpp.
Referenced by QMYSQLResult::data().
| unsigned int QT_MYSQL_TIME::month |
Definition at line 49 of file qsql_mysql.cpp.
Referenced by QMYSQLResult::data().
| my_bool QT_MYSQL_TIME::neg |
Definition at line 51 of file qsql_mysql.cpp.
| unsigned int QT_MYSQL_TIME::second |
Definition at line 49 of file qsql_mysql.cpp.
Referenced by QMYSQLResult::data().
| unsigned long QT_MYSQL_TIME::second_part |
| enum enum_mysql_timestamp_type QT_MYSQL_TIME::time_type |
Definition at line 52 of file qsql_mysql.cpp.
| unsigned int QT_MYSQL_TIME::year |
Definition at line 49 of file qsql_mysql.cpp.
Referenced by QMYSQLResult::data().