mysql-lited v0.2.4 (2015-05-19T12:44:57Z)
Dub
Repo
MySQLTime
mysql
type
Undocumented in source.
struct
MySQLTime {
uint
days
;
ubyte
negative
;
ubyte
hours
;
ubyte
mins
;
ubyte
secs
;
uint
usecs
;
Duration
toDuration
();
static
MySQLTime
from
(Duration duration);
}
Members
Functions
toDuration
Duration
toDuration
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
from
MySQLTime
from
(Duration duration)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
days
uint
days
;
Undocumented in source.
hours
ubyte
hours
;
Undocumented in source.
mins
ubyte
mins
;
Undocumented in source.
negative
ubyte
negative
;
Undocumented in source.
secs
ubyte
secs
;
Undocumented in source.
usecs
uint
usecs
;
Undocumented in source.
Meta
Source
See Implementation
mysql
type
aliases
MySQLHeader
functions
eatMySQLDateTime
eatMySQLTime
eatValue
putMySQLDateTime
putMySQLTime
putValue
putValueType
structs
MySQLBinary
MySQLColumn
MySQLDateTime
MySQLTime
MySQLValue