Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 46 of file qsql_mysql.cpp.

Member Data Documentation

◆ day

unsigned int QT_MYSQL_TIME::day

Definition at line 48 of file qsql_mysql.cpp.

◆ hour

unsigned int QT_MYSQL_TIME::hour

Definition at line 48 of file qsql_mysql.cpp.

◆ minute

unsigned int QT_MYSQL_TIME::minute

Definition at line 48 of file qsql_mysql.cpp.

◆ month

unsigned int QT_MYSQL_TIME::month

Definition at line 48 of file qsql_mysql.cpp.

◆ neg

my_bool QT_MYSQL_TIME::neg

Definition at line 50 of file qsql_mysql.cpp.

◆ second

unsigned int QT_MYSQL_TIME::second

Definition at line 48 of file qsql_mysql.cpp.

◆ second_part

unsigned long QT_MYSQL_TIME::second_part

microseconds

Definition at line 49 of file qsql_mysql.cpp.

◆ time_type

enum enum_mysql_timestamp_type QT_MYSQL_TIME::time_type

Definition at line 51 of file qsql_mysql.cpp.

◆ year

unsigned int QT_MYSQL_TIME::year

Definition at line 48 of file qsql_mysql.cpp.


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