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
QT_MYSQL_TIME Struct Reference
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

Detailed Description

Definition at line 47 of file qsql_mysql.cpp.

Member Data Documentation

◆ day

unsigned int QT_MYSQL_TIME::day

Definition at line 49 of file qsql_mysql.cpp.

Referenced by QMYSQLResult::data().

◆ hour

unsigned int QT_MYSQL_TIME::hour

Definition at line 49 of file qsql_mysql.cpp.

Referenced by QMYSQLResult::data().

◆ minute

unsigned int QT_MYSQL_TIME::minute

Definition at line 49 of file qsql_mysql.cpp.

Referenced by QMYSQLResult::data().

◆ month

unsigned int QT_MYSQL_TIME::month

Definition at line 49 of file qsql_mysql.cpp.

Referenced by QMYSQLResult::data().

◆ neg

my_bool QT_MYSQL_TIME::neg

Definition at line 51 of file qsql_mysql.cpp.

◆ second

unsigned int QT_MYSQL_TIME::second

Definition at line 49 of file qsql_mysql.cpp.

Referenced by QMYSQLResult::data().

◆ second_part

unsigned long QT_MYSQL_TIME::second_part

microseconds

Definition at line 50 of file qsql_mysql.cpp.

Referenced by QMYSQLResult::data().

◆ time_type

enum enum_mysql_timestamp_type QT_MYSQL_TIME::time_type

Definition at line 52 of file qsql_mysql.cpp.

◆ year

unsigned int QT_MYSQL_TIME::year

Definition at line 49 of file qsql_mysql.cpp.

Referenced by QMYSQLResult::data().


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