![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for QT_MYSQL_TIME: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 44 of file qsql_mysql.cpp.
| unsigned int QT_MYSQL_TIME::day |
Definition at line 46 of file qsql_mysql.cpp.
| unsigned int QT_MYSQL_TIME::hour |
Definition at line 46 of file qsql_mysql.cpp.
Referenced by toMySqlDate().
| unsigned int QT_MYSQL_TIME::minute |
Definition at line 46 of file qsql_mysql.cpp.
| unsigned int QT_MYSQL_TIME::month |
Definition at line 46 of file qsql_mysql.cpp.
| my_bool QT_MYSQL_TIME::neg |
Definition at line 48 of file qsql_mysql.cpp.
| unsigned int QT_MYSQL_TIME::second |
Definition at line 46 of file qsql_mysql.cpp.
| unsigned long QT_MYSQL_TIME::second_part |
microseconds
Definition at line 47 of file qsql_mysql.cpp.
| enum enum_mysql_timestamp_type QT_MYSQL_TIME::time_type |
Definition at line 49 of file qsql_mysql.cpp.
Referenced by QMYSQLResult::exec().
| unsigned int QT_MYSQL_TIME::year |
Definition at line 46 of file qsql_mysql.cpp.